21.12.2012, 16:52
wiki.sa-mp.com/wiki/strcmp
Example:
Example:
pawn Код:
new Lname[MAX_PLAYER_NAME];
GetPlayerName(playerid, Lname, sizeof(Lname));
if(!strcmp(Lname, "None", true)) return SendClientMessageToAll(-1, "None");