Hallo,
ich würde gerne ins script ein befehl einbauen zum ändern des nicknames ingame
so weit bin ich gekommen :
if(strcmp(cmd, "/changename", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 1336)
{
SetPlayerName(playerid, "name");
return 1;
}
}
kann mir jemand helfen wie ich das mir der variablen mache?