thade Posted September 10, 2014 Report Share Posted September 10, 2014 Yes I have the same issue. Been using this for along time now but I seemed to stop working since we installed the souls 2.0 banking script. Link to comment Share on other sites More sharing options...
lucho Posted April 7, 2015 Report Share Posted April 7, 2015 help pls to stuck 2 scripts in this file local_lockUnlock R3F locked vehicle fix and remote control here is remote control private ["_vehicle","_status","_sounddist"]; _vehicle = _this select 0; _status = _this select 1; _sounddist = 20; if (local _vehicle) then { if(_status) then { _vehicle setVehicleLock "LOCKED"; player action ["lightOn", _vehicle]; _nul = [objNull, _vehicle, rSAY, "carLock", _sounddist] call RE; sleep 0.5; player action ["lightOff", _vehicle]; } else { _vehicle setVehicleLock "UNLOCKED"; player action ["lightOn", _vehicle]; _nul = [objNull, _vehicle, rSAY, "carLock", _sounddist] call RE; sleep 0.5; player action ["lightOff", _vehicle]; }; }; and here is R3F fix private ["_vehicle","_status"]; _vehicle = _this select 0; _status = _this select 1; if (local _vehicle) then { if(_status) then { _vehicle setVehicleLock "LOCKED"; _vehicle setVariable ["R3F_LOG_disabled",true,true]; } else { _vehicle setVehicleLock "UNLOCKED"; _vehicle setVariable ["R3F_LOG_disabled",false,true]; }; }; Link to comment Share on other sites More sharing options...
ravenwolf Posted March 9, 2016 Report Share Posted March 9, 2016 On 7/9/2014 at 8:19 PM, Dwarfer said: I think i have a new working solution for 1.0.5.1+ I will test for a day then report back. Thanks It's been almost two years... ;) Any news? This just refuses to work for me and I'm getting desperate now. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now