03.10.2014, 20:40
You are using:
Use GangZoneShowForPlayer instead
Note: Do you understand that if you use "gang zone show for all when OnPlayerConnect is called = on player connect" will show the zone with that color for all the players?
Use the logic :P
pawn Код:
GangZoneShowForAll(vagos, 0xFFFF0096); //vagos
GangZoneShowForAll(grove, 0x00800096); //grove
GangZoneShowForAll(ballasga, 0x93116F96); //ballas
GangZoneShowForAll(MAFIAga, 0x0000FF96); //mafia
Note: Do you understand that if you use "gang zone show for all when OnPlayerConnect is called = on player connect" will show the zone with that color for all the players?
Use the logic :P
pawn Код:
GangZoneShowForPlayer(playerid, vagos, 0xFFFF0096); //vagos
GangZoneShowForPlayer(playerid, grove, 0x00800096); //grove
GangZoneShowForPlayer(playerid, ballasga, 0x93116F96); //ballas
GangZoneShowForPlayer(playerid, MAFIAga, 0x0000FF96); //mafia