10.12.2017, 21:22
If that's what you mean
Or if you have more than one skin for a team
like 3 skins for BALLAS, You can use

Код:
switch(classid)
{
case 0:
{
GameTextForPlayer(playerid, "~b~Police", 999999, 6);
gTeam[playerid] = TEAM_POLICE;
}
case 1:
{
GameTextForPlayer(playerid, "~p~BALLA", 999999, 6);
gTeam[playerid] = TEAM_BALLA;
}
}
like 3 skins for BALLAS, You can use
Код:
case 1..3:
{
}

