18.01.2013, 09:05
pawn Код:
OfficialZone[0] = GangZoneCreate(2540.051269, -1629.083984, 2196.028808, -1757.185913); //Grove Street
GangZoneShowForPlayer(playerid, OfficialZone[0], 0x00330066);
It works fine.
But the map (where the zone is positioned) can't be seen.
I want to make the gangzone transparent just like in single player.
I use the alpha transparent number or whatever in the end (66).
But didn't work.
Anyone?