Another problem...
#1

Ok,I have this.

Код:
  if (strcmp("/nameoff", cmdtext, true, 5) == 0)
	{
    if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
    if (NameOff[playerid] == 0)
    {
    for(new i = 0; i < MAX_PLAYERS; i++)
    ShowPlayerNameTagForPlayer(i,playerid, false);
    NameOff[playerid] = 1;
		 return 1;
		}
		else
		{
     NameOff[playerid] = 0;
     SetPlayerName(playerid, plName[playerid]);
     ShowPlayerNameTagForPlayer(i,playerid, true);
     return 1;
    }
    }
	}
The nametag of the player who typed /nameoff only dissapears for 1 second.
This is really weird O_O
Reply


Messages In This Thread
Another problem... - by FreeSoul - 16.05.2009, 10:38
Re: Another problem... - by FreeSoul - 16.05.2009, 10:58
Re: Another problem... - by Weirdosport - 16.05.2009, 11:13
Re: Another problem... - by Rks25 - 16.05.2009, 11:15
Re: Another problem... - by FreeSoul - 16.05.2009, 11:23
Re: Another problem... - by Ignas1337 - 16.05.2009, 11:28
Re: Another problem... - by Rks25 - 16.05.2009, 11:31
Re: Another problem... - by FreeSoul - 16.05.2009, 14:08
Re: Another problem... - by FreeSoul - 16.05.2009, 15:16
Re: Another problem... - by BP13 - 16.05.2009, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)