UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: nabaro on June 07, 2015, 10:18:50 pm

Title: Disable player movement
Post by: nabaro on June 07, 2015, 10:18:50 pm
Hi,

I was just wondering if there's a way to disable player movement while still allowing the player to look around and shoot (similar to what happens when you use a turret)?

Thanks in advance for your help!
Title: Re: Disable player movement
Post by: DidUknowiPwn on June 07, 2015, 10:41:36 pm
Code Snippet
Plaintext
	self SetMoveSpeedScale(0);
Title: Re: Disable player movement
Post by: nabaro on June 07, 2015, 10:53:57 pm
Thanks!