Posts: 66
Threads: 20
Joined: Mar 2009
Reputation:
0
i have read tuturals and i dont understand
i wanna make 5 gangs i only need setteamcolor or somthing i dont understand where i must place it and and how
sorry for bad englis
Posts: 66
Threads: 20
Joined: Mar 2009
Reputation:
0
yes but he does it with 2 teams the colors and i wanna with 5 how it than must by?
Posts: 66
Threads: 20
Joined: Mar 2009
Reputation:
0
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?