V-ADMIN HELP
#5

try this:

Код:
if(gPlayerLogged[playerid] == 1)
  {
    new playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, playername , MAX_PLAYER_NAME);
    if(strcmp(playername , "Slash01" , true) == 0)
    {
      SetPlayerColor ( playerid , 0xDDDD2357 );
      return 1;
    }
  }
return 1;
}
Reply


Messages In This Thread
V-ADMIN HELP - by wilcock33 - 09.08.2009, 18:40
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:15
Re: V-ADMIN HELP - by James_Alex - 09.08.2009, 19:20
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:26
Re: V-ADMIN HELP - by LuxurioN™ - 09.08.2009, 19:33
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:50
Re: V-ADMIN HELP - by Joe Staff - 09.08.2009, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)