27.03.2013, 23:39
You need to save two coordinates; North-East (top-right) corner and South-West (bottom-left) corner. Use the 'comments' parameter of /save to know which is your min and which is your max:
At the bottom-left: /save min
At the top-right: /save max
AddPlayerClass(281,2441.3367,-1722.2761,15.7118,88.8184,0,0,0,0,0,0); // min
AddPlayerClass(281,2443.4976,-1629.8881,13.3922,98.1546,0,0,0,0,0,0); // max
The highlighted numbers are the X and Y coordinates. You need minx, maxx, miny and maxy to make a gangzone/area etc. Should be easy to work out.
At the bottom-left: /save min
At the top-right: /save max
AddPlayerClass(281,2441.3367,-1722.2761,15.7118,88.8184,0,0,0,0,0,0); // min
AddPlayerClass(281,2443.4976,-1629.8881,13.3922,98.1546,0,0,0,0,0,0); // max
The highlighted numbers are the X and Y coordinates. You need minx, maxx, miny and maxy to make a gangzone/area etc. Should be easy to work out.