27.01.2008, 17:58
Quote:
|
Originally Posted by Nero_3D
he forgot the ";" after showplayer...
Код:
if(strcmp(cmdtext, "/invisible", true) == 0)
{
for(new a=0; a<MAX_PLAYERS; a++)
{
ShowPlayerNameTagForPlayer(playerid,a,false);
}
return 1;
}
|

