mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
10 lines
221 B
Plaintext
10 lines
221 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
|