12.04.2013, 09:16
Hey i need help with script. i want make somthing like roads show in minimap and for that i want to use gangzone. But i gant use xtreem maper or gangzone creator becouse it cant draw it out of map boundries and accurately. So i want use this script.
so who cnows how to get coordinates of minx The X coordinate for the west side of the gangzone.
miny The Y coordinate for the south side of the gangzone.
maxx The X coordinate for the east side of the gangzone.
maxy The Y coordinate for the north side of the gangzone.
Quote:
new gangzone; public OnGameModeInit() { gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319); return 1; } public OnPlayerSpawn(playerid) { if(IsPlayerAdmin(playerid)) GangZoneShowForAll(gangzone,COLOR_RED); return 1; } |
miny The Y coordinate for the south side of the gangzone.
maxx The X coordinate for the east side of the gangzone.
maxy The Y coordinate for the north side of the gangzone.