Vehicles blowing up

Try going to your server_cleanup.fsm and find where it says Check for hackers
and then there should be a line that looks like this if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
replace it with

Code:
if(vehicle _x != _x && (vehicle _x getVariable [""Sarge"",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n

try that it *Might* work
 
Back
Top