You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this setVariable ["ace_cargo_size", 20] does not work on vehicles from addons. Tested on Vanilla (works), BAF, RHS (no change in inventory size). Compatibility for those mods were not used, script was used on vehicle init.
To reproduce place a vehicle with init: this setVariable ["ace_cargo_size", 20] and check the cargo size by interacting with it
The text was updated successfully, but these errors were encountered:
Pasrules
changed the title
Addon vehicles arn't effected by ace_cargo_size BUG
Addon vehicles arn't effected by ace_cargo_size
May 27, 2017
PR #4780 was merged which includes public functions to set the cargo size and space of objects/vehicles. These will add the necessary action menu information if an object's class isn't already set up with it.
ACE 3.9.2
this setVariable ["ace_cargo_size", 20]
does not work on vehicles from addons. Tested on Vanilla (works), BAF, RHS (no change in inventory size). Compatibility for those mods were not used, script was used on vehicle init.To reproduce place a vehicle with init:
this setVariable ["ace_cargo_size", 20]
and check the cargo size by interacting with itThe text was updated successfully, but these errors were encountered: