having problems with rooftop insertion
i have a mission set up which uses the script to insert a team onto hotel roof
it works a treat everytime ... untill we play on dedi server then the chopper lands short of the logic
( at the point were normally the chopper begins its final approach ..)
obviously im doing something wrong ... here is how i have it set up ...
the chopper ( bh) starts on the ground with pilot on board
it waits until all the player group (tm1) are onboard
trigger
condition
({_x in bh} count units tm1 == count units tm1)
then the script is executed
activation
nul= [] execVM "insert.sqf"
insert .sqf
_scr = [bh,[getPos dest1],30, true]execVM"mando_heliroute_arma.sqf";
Sleep 1;
waitUntil {bh getVariable "mando_heliroute" != "busy"};
_scr = [bh,[getPos dest2],50, true]execVM"mando_heliroute_arma.sqf";
Sleep 2;
waitUntil {heli1 getVariable "mando_heliroute" != "busy"};
like i say works perfectly until hosted on dedicated server ..
any help will be appreciated
a wonderfull script