Push #941 - SetFuel

This commit is contained in:
Skaronator
2014-01-11 19:40:24 +01:00
parent 31b0226b94
commit cdc98d2bcb
4 changed files with 20 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ switch (_variable) do {
if (local _vehicle) then {
_vehicle setFuel _qty;
} else {
PVCDZ_veh_SetFuel = _arraytosend;
_owner publicVariableClient "PVCDZ_veh_SetFuel";
PVDZE_veh_SFuel = _arraytosend;
_owner publicVariableClient "PVDZE_veh_SFuel";
};
};