LOCK CAR DOORS

From GTAMods Wiki
Revision as of 10:25, 14 October 2012 by MulleDK19 (talk | contribs) (Added value 7, and a note on bit flags.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LOCK_CAR_DOORS
Number of parameters: 2
Parameter #TypeDescription
1.pointercar handle
2.integerflag
Return value:
TypeDescription
None

This sets the lock status of car doors.

  • 1 - unlocked car
  • 2 - locked car - the player and characters refuses to enter the car
  • 3 - locked for the player, not locked for NPCs
  • 4 - locked, the player is stuck in the car
  • 7 - locked, player can break in

etc.

NOTE: These may actually be bit flags instead, and the descriptions above may be combinations of flags!