Drupas Posted July 14, 2015 Report Share Posted July 14, 2015 My english is very bad. Hello! Is it possible to greatly increase fuel consumption throughout the transport? Since at this point you can drive around the entire map on a single tank, but still likely to remain. It would be desirable to increase the importance of the fuel in the game ... Link to comment Share on other sites More sharing options...
tinboye Posted July 14, 2015 Report Share Posted July 14, 2015 You may want to try this. Link to comment Share on other sites More sharing options...
Halvhjearne Posted July 14, 2015 Report Share Posted July 14, 2015 You may want to try this. i dont think thats what he meant. My english is very bad. Hello! Is it possible to greatly increase fuel consumption throughout the transport? Since at this point you can drive around the entire map on a single tank, but still likely to remain. It would be desirable to increase the importance of the fuel in the game ... i know what you mean and i feel its a bit op aswell, considdering the amount of fuelstations where you can fuel for free, the consumption level should be higher imho. you can use something like this, to "artifically" increase fuel consumption: //extra consumed fuel per cycle _consumed = 0.01; //time in seconds before next check _time = 5; while{true}do{ _vehicle = vehicle player; if !(player isEqualTo _vehicle)then{ if(isEngineOn _vehicle)then{ _fuel = fuel _vehicle; _reduced = _fuel-_consumed; _vehicle setFuel _reduced; }; }; sleep _time; }; Scaris 1 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