[Help] Gangzones off map
#1

I'm building a server, and I have several maps on the water, as if they were islands ... they are far from the original map.

I saw a tutorial that creates gangzones BLACK without transparency.

My doubt:

When I create an gangzone off the map, on top, on top of the water, it appears below the map in different place that I created. Like a world map, which starts at the top and bottom ends. Could anyone help me??

Код:
	Baboue1 = GangZoneCreate(2119.5,-2783.6000976563,2131.3000488281,-3985.8000488281);
Reply
#2

Pay close attention the the order of the parameters: minx, miny, maxx, maxy. Either you switched miny and maxy, or you did it wrong entirely.
Reply
#3

The red arrow is where I got the coordinates, and where it should appear.

The blue is where it appears on the map.




Код:
new Baboue1;

 Baboue1 = GangZoneCreate(2131.3000488281,-3985.8000488281,2119.5,-2783.6000976563);

    GangZoneShowForPlayer(playerid, Baboue1,0x000000FF);
Reply
#4

If your Zone is coming at wrong area then take the coordinates again.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)