SA-MP Forums Archive
GangZoneCreate not working - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GangZoneCreate not working (/showthread.php?tid=88364)



GangZoneCreate not working - pixelhotel - 26.07.2009

Hello,

I wanted a "gangzone" at my lspd,

so I created one,
when I compile, no problems, but the gangzone doesn't show up
neather on the minimap, then on the full map
could anyone help?

pawn Код:
new LSPDzone
pawn Код:
public OnPlayerSpawn(playerid)
{
    //lspd zone
    GangZoneShowForPlayer(playerid, LSPDzone, 0x0000808D);
    //--
...
pawn Код:
public OnGameModeInit()
    {
//lspdzone
LSPDzone = GangZoneCreate(1539.302,-1729.235,1600.147,-1595.012);
...
thanks