mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-04 13:48:50 +01:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
//Vehicle control flags
|
|
|
|
#define VEHICLE_CONTROL_PERMISSION 1
|
|
#define VEHICLE_CONTROL_DRIVE 2
|
|
#define VEHICLE_CONTROL_KIDNAPPED 4 //Can't leave vehicle voluntarily, has to resist.
|
|
|
|
|
|
//Car trait flags
|
|
#define CAN_KIDNAP 1 |