mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
private["_vehicle","_value"];
|
|
|
|
_vehicle = _this select 0;
|
|
_value = _this select 1;
|
|
if (local _vehicle) then {
|
|
_vehicle setFuel _value;
|
|
}; |