Template:Ped move states: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with '<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div> * '''stand''': The ped is standing still…')
 
(Updated list of Ped move states.)
Line 1: Line 1:
<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div>
<div style="border:3px solid red;margin-bottom:3px;padding-left:5px;"><div style="float:right;padding-right:5px;font-weight:bold;"></div>
* '''stand''': The ped is standing still
* '''stand''': The ped is standing still.
* '''walk''': The ped is walking
* '''walk''': The ped is walking.
* '''powerwalk''': The ped is walking quickly
* '''powerwalk''': The ped is walking quickly.
* '''jog''': The ped is jogging
* '''jog''': The ped is jogging.
* '''sprint''': The ped is sprinting
* '''sprint''': The ped is sprinting.
* '''crouch''': The ped is crouching still
* '''crouch''': The ped is crouching still.
* '''jump''': The ped is jumping into the air.
* '''fall''': The ped is falling to the ground.
* '''climb''': The ped is climbing onto an object.
</div>
</div>

Revision as of 20:12, 27 September 2012

  • stand: The ped is standing still.
  • walk: The ped is walking.
  • powerwalk: The ped is walking quickly.
  • jog: The ped is jogging.
  • sprint: The ped is sprinting.
  • crouch: The ped is crouching still.
  • jump: The ped is jumping into the air.
  • fall: The ped is falling to the ground.
  • climb: The ped is climbing onto an object.