10.01.2013, 10:24
How come this is not removing the nametag for a player?
When I'm in the server, the nametags are constantly there. What's wrong?
Thanks.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid, i, false);
}
Thanks.