Heli Crashes on both islands

do all 3 items have to be different locations I figured item 6 is center so item 7 should be same center then item 8 would be different center that I found in water near bridge
but I must be wrong cause it didnt work
class Item6 position[]={8511.4658,-0.14474626,16773.117};
class Item7 position[]={181,[12473.9,7482.07,50.234};
class Item8 position[]={181,[12473.9,7482.07,50.234};
 
U have a typo mistake in your mission.sqm

U really should have seen error messages about it in either your client/server logs / or by using--showscripterrors in dayzcommander...
Don't go messy with code till u got that figured out, otherwise u never figure out what is goin wrong.

Now u can't just copy paste the cords from the database into misison file & assume it works..

181,[12473.9,7482.07,50.234
Translates to ->
12473.9,50.234,7482.07

edit: notice the co-ord values swapped around + we don't need the direction your character was facing


Also make sure u changed your items count to
items=9;
 
Thankz soooo much its working now I forgot the items=9; and the co-ord translation verry helpful too.
you are the best.
this ticket is now closed .... :)
 
Back
Top