mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
5
SQF/dayz_code/compile/local_setFuel.sqf
Normal file
5
SQF/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