how can i make a team deathmach?
#4

no i have to copy this

SetPlayerToTeamColor(playerid)
{
if (gTeam[playerid] == TEAM_BALLA)
{
SetPlayerColor(playerid, TEAM_BALLA_COLOR);
}
if (gTeam[playerid] == TEAM_VAGOS)
{
SetPlayerColor(playerid, TEAM_VAGOS_COLOR);
}
if (gTeam[playerid] == TEAM_COPS)
{
SetPlayerColor(playerid, TEAM_COPS_COLOR);
}
if (gTeam[playerid] == TEAM_STRIPPERS)
{
SetPlayerColor(playerid, TEAM_STRIPPERS_COLOR);
}
else if (gTeam[playerid] == TEAM_GROVE)
{
SetPlayerColor(playerid, TEAM_GROVE_COLOR);
}

but where?
Reply


Messages In This Thread
how can i make a team deathmach? - by myandyou - 21.03.2009, 14:45
Re: how can i make a team deathmach? - by *ToM* - 21.03.2009, 14:47
Re: how can i make a team deathmach? - by myandyou - 21.03.2009, 15:06
Re: how can i make a team deathmach? - by myandyou - 21.03.2009, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)