FragZ Posted December 20, 2013 Report Share Posted December 20, 2013 I added recently a new script to help new spawns move around. It's called the *Deploy Bike* The only problem is, when they build it with their toolbox, they get on it and just die somehow. Can someone help me? Link to comment Share on other sites More sharing options...
0 LoCK0N Posted December 20, 2013 Report Share Posted December 20, 2013 you need to change the check for hacker fix in the server_cleanup.fsm and change " if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n to " if(vehicle x != _x && !(vehicle _x in PVDZEserverObjectMonitor) && (isPlayer x) && (typeOf vehicle _x) != ""ParachuteWest"" && (vehicle _x getVariable [""Sarge"",0] != 1) && (vehicle _x getVariable [""DZAI"",0] != 1) && (vehicle _x getVariable [""Mission"",0] != 1) && !((typeOf vehicle _x) in DZEsafeVehicle)) then {" \n Link to comment Share on other sites More sharing options...
0 FragZ Posted December 22, 2013 Author Report Share Posted December 22, 2013 When I try to edit pbo (even just taht one file) it screws up... EDIT I got it to work. thanks Link to comment Share on other sites More sharing options...
Question
FragZ
I added recently a new script to help new spawns move around. It's called the *Deploy Bike*
The only problem is, when they build it with their toolbox, they get on it and just die somehow. Can someone help me?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now