Add vehicle seat const
This commit is contained in:
@@ -75,4 +75,10 @@ const AG_CONTACTTYPE_BLOCKED = 3;
|
|||||||
const AG_JOBWORKTYPE_NONE = 0;
|
const AG_JOBWORKTYPE_NONE = 0;
|
||||||
const AG_JOBWORKTYPE_ROUTE = 1; // Jobs that use routes. Bus, trash collector, mail, etc
|
const AG_JOBWORKTYPE_ROUTE = 1; // Jobs that use routes. Bus, trash collector, mail, etc
|
||||||
const AG_JOBWORKTYPE_SELL = 2; // Jobs that sell items to other players and NPCs. Drugs, guns, etc
|
const AG_JOBWORKTYPE_SELL = 2; // Jobs that sell items to other players and NPCs. Drugs, guns, etc
|
||||||
const AG_JOBWORKTYPE_SERVICE = 3; // Services to other players and NPCs. Taxi ride, mechanic fix, etc
|
const AG_JOBWORKTYPE_SERVICE = 3; // Services to other players and NPCs. Taxi ride, mechanic fix, etc
|
||||||
|
|
||||||
|
// Vehicle Seats
|
||||||
|
const AG_VEHSEAT_DRIVER = 0;
|
||||||
|
const AG_VEHSEAT_FRONTPASSENGER = 1;
|
||||||
|
const AG_VEHSEAT_REARLEFTPASSENGER = 2;
|
||||||
|
const AG_VEHSEAT_REARRIGHTPASSENGER = 3;
|
||||||
Reference in New Issue
Block a user