SA-MP Forums Archive
Gangzone problem. - 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: Gangzone problem. (/showthread.php?tid=567187)



Gangzone problem. - HY - 11.03.2015

Hello!
I want to create some Gangzones, and I use Xtreme Vehicle Plotter, I think everybody heard about this application, but problem it's I am not able to see Gangzones in game.

For example, here's:

pawn Код:
public OnFilterScriptInit()
{
    Gangzone[0] = GangZoneCreate(1401.345, 1576.513, 2008.595, 1985.239);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    GangZoneShowForPlayer(playerid, Gangzone[0], 0xFF000006);
    return 1;
}
It's there anything wrong with my script, or this it's application's fault?

NOTE: If name of this application doesn't seems something you know, then you can see here more details; anyway, thanks!


Re: Gangzone problem. - Vince - 11.03.2015

You have set a visibility of 2% (6/255). It's there, you just can't see it.


Re: Gangzone problem. - HY - 11.03.2015

I setted this visibility:

pawn Код:
GangZoneShowForPlayer(playerid, Gangzone[0], 0xFF000099);
Still same, I can't see Gangzone; anyway, thanks for trying to help me!


Re: Gangzone problem. - HY - 12.03.2015

Bump...