21.02.2016, 14:19
Hi,
Now i use
To check is player in game i need only do that?
Now i use
Код:
new PLAYERNAME;
if (sscanf(params, "u", PLAYERNAME ) )
{
SendClientMessage( playerid, COLOR_RED,"* Bad name");
return 1;
}
Код:
if( PLAYERNAME == INVALID_PLAYER_ID)
{
SendClientMessage(playerid,COLOR_RED,"*Player not connected");
return 1;
}

