natives.SET CHAR STAY IN CAR WHEN JACKED

Revision as of 10:19, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

natives.SET_CHAR_STAY_IN_CAR_WHEN_JACKED

Signature: void natives.SET_CHAR_STAY_IN_CAR_WHEN_JACKED(int ped, int stayInCar)

Usage: sets whether a character stays in the vehicle when it is carjacked

Parameters

int ped Character handle to act upon.
int stayInCar Toggle 0 = flee, 1 = stay.

Return

void

On failure: void