Jump to content
Sign in to follow this  
juddo

createvehicle in for loop not creating more than one vehicle?

Recommended Posts

aeroson - thanks for the tips! i fixed the problem. i wont admitt how long i spent on this, but it feels good to have it working properly.

for anyone who comes across this... i was running a .sqf script with [] exec "blah.sqf" < big no-no. i was getting uncontrolled behaviour. i for some reason decided to try run it with nul = [] execvm "blah.sqf" < bingo!

Edited by juddo

Share this post


Link to post
Share on other sites

Change last for line to:

_markerarray = _markerarray - [_c];

Also start you arma with -showScriptErrors its quite useful.

Or look into C:\Users\USER\AppData\Local\Arma 3 Alpha\arma3.rpt for script errors log.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×