Jump to content
  • 0

Trader cleanup`


kylebeed

Question

I have tried to use this 

{
    if ((_pos distance _x) < 75) then {
        if (_damage > 0.1) then {
            _damage = 1;
            [_idKey,false,"SERVER"] call server_deleteObj;
            diag_log format["DELETING SAFEZONE VEHICLE: %1", [_idKey, _type]];
        };
        _ownerID = "0";
    };
} forEach [zonestary, zonebash, zoneklen];

It doesnt work, I have put in my server_functions and server_monitor and its still not working :(

 

It pretty much deletes a vehicle if broken, and unlocks if locked.

 

please help 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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