21.07.2010, 19:16
Quote:
Well what you could do is OnPlayerSpawn you could check what their skin is... Like
Код:
new skin = GetPlayerSkin(playerid); if(skin == 105) return team[playerid] = 1; (Implying the 1 variable means Grove) else if(skin == 103) return team[playerid] = 2; (Implying the 2 variable means Ballas) |