Player::resetMovementClipset

From RAGE Multiplayer Wiki
Revision as of 23:45, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If p1 is 0.0, I believe you are back to normal.
If p1 is 1.0, it looks like you can only rotate the ped, not walk.

Using the following code to reset back to normal
Player::RESET_Player_MOVEMENT_CLIPSET(PLAYER::PLAYER_Player_ID(), 0.0);

Syntax

player.resetMovementClipset(p1);

Required Arguments

  • p1: float

Return value

  • Undefined

Example

// todo

See also