All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:26, 2 May 2024 Shr0x talk contribs created page Ped::isDynamic (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...")