Posts: 559
Threads: 50
Joined: Mar 2012
Reputation:
0
How can i get the minxx/y/z and maxx/y/z position?
NOTE: minxx/y/z and maxx/y/z is use for gangzone/world bounds not for setting players pos.
Posts: 1,840
Threads: 399
Joined: Oct 2010
Reputation:
0
For what u need it if i can ask?
Posts: 559
Threads: 50
Joined: Mar 2012
Reputation:
0
Because i want to make a moving gangzone or world bounds every 1 minute
just need the function of getting the Float:minx/y/z maxx/y/z. i will make the 1 minute timer myself.
Posts: 251
Threads: 54
Joined: Feb 2012
Reputation:
0
Do you mean the coordenates on the map?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
You need only save two coordinates, two opposite corners.
Save the top-right (north-east) corner and the bottom-left (south-west) corners.
North-east will be maxy and maxx, and the south-west corner will be minx and miny.