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…')
 
(Adjust to PR #4350 (https://github.com/multitheftauto/mtasa-blue/pull/4350) by FileEX)
 
(5 intermediate revisions by 4 users not shown)
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.
* '''crawl''': The ped is crawling (moving and ducked).
* '''jump''': The ped is jumping into the air.
* '''fall''': The ped is falling to the ground.
* '''climb''': The ped is climbing onto an object.
{{New feature/item|3.0171|1.7.0|25351|'''swim:''' The ped is swimming.}}
{{New feature/item|3.0171|1.7.0|25351|'''walk_to_point:''' The ped is walking to a vehicle door.}}
{{New feature/item|3.0171|1.7.0|25351|'''ascent_jetpack:''' The ped is ascending with jetpack.}}
{{New feature/item|3.0171|1.7.0|25351|'''descent_jetpack:''' The ped is descending with jetpack.}}
{{New feature/item|3.0171|1.7.0|25351|'''jetpack_flying:''' The ped is flying with jetpack.}}
{{New feature/item|3.0171|1.7.0|25351|'''roll:''' The ped is rolling.}}
{{New feature/item|3.0171|1.7.0|25371|'''hanging:''' The ped is hanging onto a wall.}}
</div>
</div>

Latest revision as of 01:55, 10 August 2025

  • 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.
  • crawl: The ped is crawling (moving and ducked).
  • jump: The ped is jumping into the air.
  • fall: The ped is falling to the ground.
  • climb: The ped is climbing onto an object.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
swim: The ped is swimming.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
walk_to_point: The ped is walking to a vehicle door.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
ascent_jetpack: The ped is ascending with jetpack.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
descent_jetpack: The ped is descending with jetpack.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
jetpack_flying: The ped is flying with jetpack.
ADDED/UPDATED IN VERSION 1.7.0 r25351:
roll: The ped is rolling.
ADDED/UPDATED IN VERSION 1.7.0 r25371:
hanging: The ped is hanging onto a wall.