From bced6822af54f21be2cb20aff858bc6b3f6c395e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:52:47 -0500 Subject: [PATCH] Add veh colour, repair, and livery kits to items --- scripts/server/const.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/server/const.js b/scripts/server/const.js index b51c5349..99c690dd 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -198,6 +198,9 @@ const VRR_ITEM_USETYPE_TRAINTICKET = 41; // const VRR_ITEM_USETYPE_VEHUPGRADE_PART = 42; // const VRR_ITEM_USETYPE_VEHTIRE = 43; // const VRR_ITEM_USETYPE_FUELCAN = 44; // +const VRR_ITEM_USETYPE_VEHCOLOUR = 45; // +const VRR_ITEM_USETYPE_VEHLIVERY = 46; // +const VRR_ITEM_USETYPE_VEHREPAIR = 46; // // Item Drop Types const VRR_ITEM_DROPTYPE_NONE = 0; // Can't be dropped