Jump to content
  • 0

server functions broken?


dandude7

Question

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
  • Advertisement
  • Discord

×
×
  • Create New...