SetPlayerColor when player select the class
#3

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
      switch(GetPlayerSkin(playerid))
      {
            case 105,106,107:SetPlayerColor(playerid,COLOR_GREEN);
      }
      return 1;
}
try it
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)