Help with one thing.
#4

pawn Код:
//Top:
new Name[MAX_PLAYERS][MAX_PLAYER_NAME];
new bool:Changed[MAX_PLAYERS];
//Command
CMD:wolf(playerid,params[])
{
     if(Changed[playerid] == false)
     {
          GetPlayerName(playerid,Name[playerid],24);
          SetPlayerName(playerid,"Wolf");
          Changed[playerid] = true;
          return 1;
     }
     else
     {
          SetPlayerName(playerid,Name[playerid]);
          Changed[playerid] = false;
          return 1;
     }
     return 1;
}
Try.
Reply


Messages In This Thread
Help with one thing. - by TaLhA XIV - 28.07.2012, 14:35
Re: Help with one thing. - by Dolby - 28.07.2012, 14:53
Re: Help with one thing. - by TaLhA XIV - 28.07.2012, 15:04
Re: Help with one thing. - by Dolby - 28.07.2012, 15:16
Re: Help with one thing. - by Alexis1999 - 28.07.2012, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)