Jump to content

Pre Made Mission and Server Files


bsmaff

Recommended Posts

Ok so I may have spoke too soon :(

 

I used bsmaff's scripts as is with no changes and I too am getting the issue with vehicles respawning back at the traders and also apparently people can't chop wood either.

 

Any ideas anyone? Not a scripter so I don't know what I don't know  :(

Link to comment
Share on other sites

Since new patch this line has been made like this:

if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n

// DONT KNOW  FOR SURE IF THIS WORKS, FOUND HERE: http://phoenixmods.freeforums.org/epoch-admin-tools-install-guide-works-100-t95.html \\

 

change it to this:

if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x) && (vehicle _x getVariable [""Sarge"",0] != 1) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n
Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...