Jump to content
Sign in to follow this  
chrys

Custom weapons on the ground - mcc

Recommended Posts

Is it possible to create custom weapons on the ground or table via mcc and move them like the weapons and items that are already in zeus avaiable ? Normaly I would create a a weaponholder but once i placed it I cant move it.

For example I'm writting this in the init line of an object in zeus + mcc:

 

 

this setpos[(getpos this select 0),(getpos this select 1),-100];Waffe1 = "WeaponHolder" createVehicle getpos this;Waffe1 addWeaponCargo ["Arifle_Mk20_F",1];Waffe1 setPos [getPos this select 0,getPos this select 1,0];Waffe1 setdir 270

Maybe it would be possible to replace the in zeus avaiable weaponholder with custom ones but I dont know how.

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
Sign in to follow this  

×