Another problem...
#6

pawn Код:
if (strcmp("/nameoff", cmdtext, true, 5) == 0)
  {
   if(PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == Cool
   {
    if (NameOff[playerid] == 0)
    {
     for(new i = 0; i < MAX_PLAYERS; i++){
     ShowPlayerNameTagForPlayer(i,playerid, false);]
     SendClientMessage(playerid,COLOR_GREY,"Nobody knows your real identity now!");
     NameOff[playerid] = 1;
   
    return 1;
   }
   else
   {
     for(new i = 0; i < MAX_PLAYERS; i++){
     ShowPlayerNameTagForPlayer(i,playerid, true);}
     NameOff[playerid] = 0;
     SetPlayerName(playerid, plName[playerid]);
     SendClientMessage(playerid,COLOR_GREY,"You now have your real identity!");
     return 1;
    }
    }
  }
guess it'd work.
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)