Difference between revisions of "Move States"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with " == GTA IV Move types == In GTA:IV coding exists several different move types. There is too many opcodes use them and this page created for explanation. Once and for all time...")
 
 
Line 1: Line 1:
 +
{{Script-stub}}
 +
Several different move types exist in GTA IV coding.
  
== GTA IV Move types ==
+
{| class="wikitable"
 
 
In GTA:IV coding exists several different move types. There is too many opcodes use them and this page created for explanation. Once and for all times.
 
 
 
{| {{Prettytable}}
 
 
!Type
 
!Type
 
!Description
 
!Description
Line 17: Line 15:
  
 
'''Note:''' Any other state will make your char stand still. Tested with [[SET_NEXT_DESIRED_MOVE_STATE]].
 
'''Note:''' Any other state will make your char stand still. Tested with [[SET_NEXT_DESIRED_MOVE_STATE]].
 +
{{N|4}}

Latest revision as of 10:13, 16 June 2015

Several different move types exist in GTA IV coding.

Type Description
2 Walk as usual
3 Run
4 Sprint (wery fast)

Note: Any other state will make your char stand still. Tested with SET_NEXT_DESIRED_MOVE_STATE.