mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
0.1
This commit is contained in:
5
dayz_code/compile/local_setFuel.sqf
Normal file
5
dayz_code/compile/local_setFuel.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
private["_qty","_vehicle"];
|
||||
_vehicle = _this select 0;
|
||||
_qty = _this select 1;
|
||||
|
||||
_vehicle setFuel _qty;
|
||||
Reference in New Issue
Block a user