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).

Logs
  • 01:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Create a new Ped ===Required Params=== *'''model:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''heading:''' {{RageType|float}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="cs"> new Rage.Element.Ped(uint model, Vector3 position, float heading = 0f, uint dimension = 0u) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </sy...")