Something I need help with! TDM, adding teams
#3

Код:
#define TEAM_AZTECS 3
#define TEAM_ VEGOS 4

SetPlayerTeamFromClass(playerid, classid)
{
	if (classid == 3)
	{
		gTeam[playerid] = TEAM_AZTES;
	}
	else
	{
		gTeam[playerid] = TEAM_VAGOS;
	}
}

ect...
Reply


Messages In This Thread
Something I need help with! TDM, adding teams - by Klutty - 20.03.2009, 19:34
Re: Something I need help with! TDM. - by Klutty - 20.03.2009, 20:35
Re: Something I need help with! TDM. - by harly - 20.03.2009, 20:39
Re: Something I need help with! TDM. - by Klutty - 20.03.2009, 21:09
Re: Something I need help with! TDM adding teams! - by Klutty - 21.03.2009, 13:03

Forum Jump:


Users browsing this thread: 2 Guest(s)