Gatsu 10 Posted November 20, 2013 Hello, does anyboy know if there is a way to return an array of items thats in a vehicle? I use "_gwh = createVehicle" to create and I add weapons to it, but my script wants to know if something was taken from that vehicle, or even just getting the amount of items in it would help. Getting a boolean value if the vehicle contains items or not would also help. Any of these options available? Thank you! Share this post Link to post Share on other sites
Tisor 17 Posted November 20, 2013 You may use: http://community.bistudio.com/wiki/getItemCargo http://community.bistudio.com/wiki/getMagazineCargo http://community.bistudio.com/wiki/getWeaponCargo http://community.bistudio.com/wiki/getBackpackCargo Share this post Link to post Share on other sites