suicidaljoe Posted August 2, 2014 Report Share Posted August 2, 2014 all the vehicles that spawn with my ems missions blow up when someone gets in them and kills the player, whats the fix for this? thanks Link to comment Share on other sites More sharing options...
ssthief Posted August 2, 2014 Report Share Posted August 2, 2014 I fixed by commenting out line 44 in server_updateObject.sqf. //if (_isNotOk) exitWith { deleteVehicle _object; diag_log(format["Deleting object %1 with invalid ID at pos [%2,%3,%4]",typeOf _object,_object_position select 0,_object_position select 1, _object_position select 2]); }; Link to comment Share on other sites More sharing options...
adam59600 Posted August 5, 2014 Report Share Posted August 5, 2014 just tried this and it didn't work for me. Thank you though :) Link to comment Share on other sites More sharing options...
ssthief Posted August 8, 2014 Report Share Posted August 8, 2014 I am moving to defent's edits of EMS. Might be worth a shot. https://github.com/Defent/EMS-0.3.1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now