how can i make a team deathmach?
#1

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
Reply
#2

https://sampwiki.blast.hk/wiki/PAWN_tuto...eam_deathmatch

Its fairly easy, just put some effort in it, read it then practice.
Reply
#3

yes but he does it with 2 teams the colors and i wanna with 5 how it than must by?
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)