24.03.2010, 16:31
Well, when I'm creating a gang zone and sets the color, I cant see through the color on the map.
It looks like this:
And here is the line:
II want it to look like the single player gang zones, you should be able to see through it.
Thanks
It looks like this:
And here is the line:
Code:
new GroveZone; new SevilleZone;
Code:
GroveZone = GangZoneCreate(2540.052246,-1628.927856,2223.576904,-1837.724365); SevilleZone = GangZoneCreate(2812.552978,-1901.364013,2408.397216,-2047.936889);
Code:
GangZoneShowForAll(GroveZone, COLOR_LIGHTGREEN); GangZoneShowForAll(SevilleZone, COLOR_GREEN);
Thanks