08.11.2009, 07:12
You dont understand me...
If i put this code to "OnPlayerConnect" or "OnPlayerSpawn", its dont work, but i dont know why...
Its a SAMP bug ?
If i put this code to "OnPlayerConnect" or "OnPlayerSpawn", its dont work, but i dont know why...
pawn Код:
for(new x = 0; x < MAX_PLAYERS; x++)
{
if(!IsPlayerConnected(x) || !Logged(x) || x == playerid) continue;
ShowPlayerNameTagForPlayer(playerid, x, false);
}