Refuel at powered gas stations fill 10% capacity

This commit is contained in:
vbawol
2013-06-24 18:36:44 -05:00
parent 71cf36a56c
commit bcdfcdb47f

View File

@@ -30,7 +30,7 @@ if(_IsNearVehicle >= 1) then {
while {_isOk} do { while {_isOk} do {
// qty to add per loop // qty to add per loop
_canSize = 20; _canSize = (_capacity / 10);
cutText [format["Filling up %1, move to cancel.",_nameText], "PLAIN DOWN"]; cutText [format["Filling up %1, move to cancel.",_nameText], "PLAIN DOWN"];