09.03.2015, 20:54
Edit following things:-
TEAM 1, TEAM 2, TEAM 3, Put ur team defines
Add YOur ZOne names
TEAM 1, TEAM 2, TEAM 3, Put ur team defines
Add YOur ZOne names
pawn Код:
public OnPlayerConnect(playerid)
{
if(tCheck[Zone] == TEAM_1) GangZoneShowForPlayer(playerid, Zone[OLD], TEAM_1_ZONECOLOR);
else if(tCheck[Zone] == TEAM_2) GangZoneShowForPlayer(playerid, Zone[OLD], TEAM_2_ZONECOLOR);
else if(tCheck[Zone] == TEAM_3) GangZoneShowForPlayer(playerid, Zone[OLD], TEAM_3_ZONECOLOR);
return 1;
}