RAGE.Game.Ai.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.

6 July 2024

  • curprev 10:4810:48, 6 July 2024Shr0x talk contribs 636 bytes +636 Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''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"> RAGE.Game.Ai.TaskEnterVehicle(ped, vehicle, timeout, seat, speed, p5, p6) </syntaxhighlight> ==Ex..."