Ped::isDynamic: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 May 2024

  • curprev 10:2610:26, 2 May 2024Shr0x talk contribs 904 bytes +904 Created page with " {{ClientsideJsFunction}} {{JSContainer| Readonly property, returns whether a ped is dynamic or not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.isDynamic </syntaxhighlight> ==Example== {{ServersideCode| <syntaxhighlight lang="javascript"> mp.events.addCommand('ped', (player) => { const {model, position} = player; mp.peds.new(model, position, { dynamic: true, frozen: false, invin..."