mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
private["_qty","_vehicle"];
|
|
_vehicle = _this select 0;
|
|
_qty = _this select 1;
|
|
|
|
_vehicle setFuel _qty; |