From dfac46e128a99a2a816627f168b12f13945e713e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:41:25 -0600 Subject: [PATCH] Add handsup ped type and airplane ticket item use type --- scripts/server/const.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/server/const.js b/scripts/server/const.js index a020dbde..4dad2eb8 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -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; \ No newline at end of file +const AG_PEDSTATE_INITEM = 12; +const AG_PEDSTATE_HANDSUP = 13; \ No newline at end of file