Jump to content
Nicoman35

Can't attach a backpack to a vehicle - why?

Recommended Posts

I am trying to create and attach a backpack to a vehicle. 

_backpack = "B_Bergen_dgtl_F" createVehicle position player;
_backpack attachTo [cursorObject, [0.32, -0.3, 0.65], "OtocVelitele"];

Somehow, this does not work. Can anyone tell me what I am doing wrong?

 

Share this post


Link to post
Share on other sites
_weaponHolder = "WeaponHolderSimulated" createVehicle [0,0,0];
_weaponHolder addBackpackCargoGlobal ["B_Bergen_dgtl_F", 1];
_weaponHolder attachTo [cursorObject, [0.32, -0.3, 0.65], "OtocVelitele"];

not tested

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×