dandude7 Posted June 14, 2015 Report Share Posted June 14, 2015 Hey guys, kinda new to epochmod forums so sorry if I make any silly mistakes. Basically, I was installing an addon and in my server functions I had to replace the if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor)...................... line with if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then { My issue is that I cannot remember the original line of code before I replaced it and the addon/script I have added isn't working. Does anybody have a fresh server functions.sqf that they could help me what the original line is? Regards, Dan Link to comment Share on other sites More sharing options...
0 Buck0 Posted June 15, 2015 Report Share Posted June 15, 2015 https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_server/init/server_functions.sqf Link to comment Share on other sites More sharing options...
Question
dandude7
Hey guys, kinda new to epochmod forums so sorry if I make any silly mistakes.
Basically, I was installing an addon and in my server functions I had to replace the
if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor)......................
line with
if(vehicle _x != _x && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["MalSar",0] !=1)) then {
My issue is that I cannot remember the original line of code before I replaced it and the addon/script I have added isn't working.
Does anybody have a fresh server functions.sqf that they could help me what the original line is?
Regards,
Dan
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now