Add handsup ped type and airplane ticket item use type

This commit is contained in:
Vortrex
2021-01-25 22:41:25 -06:00
parent c2d1ad6f49
commit dfac46e128

View File

@@ -200,6 +200,7 @@ const AG_ITEM_USETYPE_EXTINGUISHER = 36; //
const AG_ITEM_USETYPE_SPRAYPAINT = 37; //
const AG_ITEM_USETYPE_PEPPERSPRAY = 38; //
const AG_ITEM_USETYPE_FLASHLIGHT = 39; //
const AG_ITEM_USETYPE_AIRPLANETICKET = 40; //
// Item Drop Types
const AG_ITEM_DROPTYPE_NONE = 0; // Can't be dropped
@@ -273,4 +274,5 @@ const AG_PEDSTATE_EXITINGVEHICLE = 8;
const AG_PEDSTATE_BINDED = 9;
const AG_PEDSTATE_TAZED = 10;
const AG_PEDSTATE_INTRUNK = 11;
const AG_PEDSTATE_INITEM = 12;
const AG_PEDSTATE_INITEM = 12;
const AG_PEDSTATE_HANDSUP = 13;