RAGE.Elements.Ped.TaskEnterVehicle: 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.

11 May 2024

  • curprev 15:4815:48, 11 May 2024Shr0x talk contribs 586 bytes +586 Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''timeout:''' {{RageType|int}} *'''seat:''' {{RageType|int}} *'''speed:''' {{RageType|float}} *'''p5:''' {{RageType|int}} *'''p6:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskEnterVehicle(vehicle, timeout, seat, speed, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo..."