29.01.2014, 08:34
pawn Код:
new YourTeamNameSkins[] = {
8,
42,
6
};
//OnplayerSpawn
switch(gTeam[playerid])
{
case TEAM_YourTeamName:
{
SetPlayerSkin(playerid, YourTeamNameSkin[random(3)]);
return 1;
}
//rest of your onplayerspawn code/other teams
//Sorry for the terrible indentations, forums broke it