• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

helmet armor i want it to stay in the air

Newbie Spellweaver
Joined
Nov 27, 2021
Messages
47
Reaction score
1
How can we make the muscles and armor stay in the air? can you help me I want it like in this picture
codex4129 - helmet armor i want it to stay in the air - RaGEZONE Forums
 
Elite Diviner
Joined
Nov 28, 2014
Messages
437
Reaction score
266
Code:
ReadPhysicsConfig();	PhysicsConfig.group = PHYSCOLL_TINY_GEOMETRY; // skip collision with players	PhysicsConfig.requireNoBounceMaterial = true;	PhysicsConfig.isFastMoving = true;	SetPosition(GetPosition()+r3dPoint3D(0,0.25f,0));		m_spawnPos = GetPosition();	parent::OnCreate();	UpdateObjectPositionAfterCreation();
change physics for it :/
 
Upvote 0
Back
Top