Worldspace Co-ordinates help needed

DeadWing

New Member
Hi all you pro-scripters.

I'm trying to add C130 animated crash sites to my Lingor server, so need to change the co-ordinates in the sqf; but can't seem to get them to work. It seems to me that the co-ordinates are the issue, as everything else seems to be right.

My question is about that subject. For example:

//Random-Startpositions, Adjust this for other Maps than Chernarus
_heliStart = [[6993.7007,173.05298,300],[1623.715,218.18848,300]] call BIS_fnc_selectRandom;

My co-ords are something like this, from lobbying and copying from the DB:

[358,[3758.02,1760.92,0.379]]

I've tried [[3758.02,1760.92,0.379],[****************]] (first set as example)

Am I doing it right? And if not, would someone tell me where I'm going wrong?

Thanks in advance.
 
[[3758.02,1760.92,0.379] needs to be [[3758.02,1760.92,300]

X,Y,Z

Z is height above the ground.
 
Back
Top