Jump to content
  • 0

Pheonix admin tools - trader issue


HGG-DeltaSierra

Question

Having a bit of an issue with Pheonix Admin tools running 1.0.2.4 Epoch.

 

Everything works fine, up until I change the bit of code in server_cleanup.fsm

 

I was told to put:

 

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

 

in the check for hackers part. Which to my understanding is supposed to make sure the vehicles don't get cleaned up straight after spawning.

 

If I change it to this, then repack the .pbo and restart the server, the traders get stuck on "Loading Items" and never actually loads them.

 

In my RPT log I'm getting the same error over and over again,

 

23:22:28 Error in expression <
if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x)  && (typeOf ve>
23:22:28   Error position: <_safety) && (isPlayer _x)  && (typeOf ve>
23:22:28   Error Undefined variable in expression: _safety

 

However I don't see how that is stopping the traders from working, they work perfectly fine without the check for a hacker part of the code changed.

 

Any ideas?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...