ChooChoo Trains Script

Alright, got the rail tracker on, hit start, hit add trail... started going around, but didn't see anything being added or any method of saving the markers
 
Is there a way to shorten the code in the init? Its pretty long.
yea that's easy peasy, just take the code he has listed and make an sqf file called train.sqf inside a folder named scripts (make a new folder if you don't have a scripts folder already) inside your mission pbo, then inside your init.sqf put this line of code at the very end:
Code:
execVM "scripts\train.sqf";

then repack and upload to your server :)
 
Back
Top