Need a bit help about Teams
#2

If that's what you mean
Код:
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;
		}
	}
Or if you have more than one skin for a team

like 3 skins for BALLAS, You can use

Код:
case 1..3:
{
}
Reply


Messages In This Thread
Need a bit help about Teams - by MBilal - 10.12.2017, 15:02
Re: Need a bit help about Teams - by RowdyrideR - 10.12.2017, 21:22
Re: Need a bit help about Teams - by MBilal - 11.12.2017, 17:39
Re: Need a bit help about Teams - by RogueDrifter - 11.12.2017, 17:45
Re: Need a bit help about Teams - by Xeon™ - 11.12.2017, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)