SA-MP Forums Archive
PlayerZone.inc Help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayerZone.inc Help! (/showthread.php?tid=659397)



PlayerZone.inc Help! - GameOvr - 02.10.2018

Hello guys,
I'm using PlayerZone.inc for Gang zones.
but it's not showing GangZones...

I tried putting this in my gamemode too
Код:
for(new i = 0; i < sizeof(zones); i++)
{
    GangZoneShowForPlayer(playerid, ZoneArea[i], COLOR_ERROR); 
}
but it didn't work, Zones are made by streamer using
Код:
CreateDynamicRectangle
Plz tell me how to fix


Re: PlayerZone.inc Help! - Jyothiranand - 02.10.2018

Use GangZoneCreate. Don't use shits