09.07.2014, 09:42
hi this command dosent work no errors no warnings. I want players with name to work..i put this in command
PHP код:
new nick[24];
GetPlayerName(playerid,nick,24);
if(strcmp(nick, "Mircea", true) || strcmp(nick, "ARTIST", true))
{
SendClientMessage(playerid, COLOR_RED, " Nu esti Autorizat!");
return 1;
}