frosties 10 Posted September 9, 2016 Hello, Im working on adding a script in my mission that deploys an FOB vehicle. When the FOB is being deployed it places a flag, and it should remove all of the fuel so its stationary and cannot be moved until its packed again. But setFuel 0 doesnt work on the server, only when i try locally. Been trying to find anything to help me with this, but i need some help locatign it.. i bet its here on the forums somewhere... // Frosties Share this post Link to post Share on other sites
fn_Quiksilver 1636 Posted September 9, 2016 [_vehicle,0] remoteexec ['setfuel',_vehicle]; Share this post Link to post Share on other sites
frosties 10 Posted September 9, 2016 Thanks! Worked like a charm! Share this post Link to post Share on other sites