gang zone problem
#2

You are using:
pawn Код:
GangZoneShowForAll(vagos, 0xFFFF0096); //vagos
    GangZoneShowForAll(grove, 0x00800096); //grove
    GangZoneShowForAll(ballasga, 0x93116F96); //ballas
    GangZoneShowForAll(MAFIAga, 0x0000FF96); //mafia
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 Код:
GangZoneShowForPlayer(playerid, vagos, 0xFFFF0096); //vagos
    GangZoneShowForPlayer(playerid, grove, 0x00800096); //grove
    GangZoneShowForPlayer(playerid, ballasga, 0x93116F96); //ballas
    GangZoneShowForPlayer(playerid, MAFIAga, 0x0000FF96); //mafia
Reply


Messages In This Thread
gang zone problem - by BlackEvils - 03.10.2014, 19:28
Re: gang zone problem - by Su37Erich - 03.10.2014, 20:40
Re: gang zone problem - by ThunderX - 04.10.2014, 04:39
Re: gang zone problem - by BlackEvils - 04.10.2014, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)