11.03.2015, 19:37
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:
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!
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;
}
NOTE: If name of this application doesn't seems something you know, then you can see here more details; anyway, thanks!