🛠️Config
TZMCStopSignConfig = {}
--[[
INSTALLATION
1. Navigate to .../[qb]/qb-core/shared/items.lua
2. Scroll to the bottom of the item list and paste the following text - https://pastebin.com/sa5LttFF - It should look like this https://ibb.co/kG2Z0PT
3. Once added, navigate to .../[qb]/qb-inventory/html/images/ - Paste the following picture into the images folder https://ibb.co/SX42p60. Make sure the file is called 'roadsign.png'
4. Once added, navigate to .../[qb]/qb-inventory/html/js/app.js
5. Scroll down to around line 400 where you should see a function called 'FormatItemInfo'. Paste the following text before you see the words 'else if' - https://pastebin.com/h1rDErz5 - It should look like this https://ibb.co/KDj2ZW3
6. You are now done.
]]--
-- PROGRESS BAR --
TZMCStopSignConfig.UseProgressBar = true
TZMCStopSignConfig.ProgressBarTime = 3000
TZMCStopSignConfig.ProgressBarLabel = "Stealing Sign"
-- ANIMATION --
TZMCStopSignConfig.UseAnimation = true
-- TEXT --
TZMCStopSignConfig.HelpText = "Press ~INPUT_DETONATE~ to drop the sign you're holding."
TZMCStopSignConfig.TargetText = "Steal"
Last updated