Hello!
I'm quite new to this and I was wondering how I could make items & weapons without interaction? I was browsing the forum and I did come across this code:
lwh = "Library_WeaponHolder" createVehicle position this;
lwh addWeaponCargoGlobal ["arifle_katiba_f", 1];
lwh enableSimulation false;
lwh setPos (this modelToWorld [0, 0, 0.5]);
lwh setdamage 1;
lwh setvectorup [0,-1,0.01];
deleteVehicle this;
After tinkering around with it, I have had trouble with the rotation. I would like to place items & weapons as if they're on show. Any ideas? Please make this as noob friendly as possible!
Thanks!