SA-MP Forums Archive
GangZones BUG - 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: GangZones BUG (/showthread.php?tid=528328)



GangZones BUG - Psyhophatic - 27.07.2014

I want to add some gang zones for my turf system, but... i don't know where am I wrong

pawn Код:
new GANG;//out of functions
//... code bla bla bla
public OnGameModeInit()
{
   //....
    GANG = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
    return 1;
}
//....
CMD:showgang(playerid,params[])
{
    GangZoneShowForPlayer(playerid,GANG,0xFFFF0096);    
return 1;
}
So where it's the mistake ?


Re: GangZones BUG - SHE790 - 27.07.2014

https://sampforum.blast.hk/showthread.php?tid=276352


try this link :P