Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Replace the default progress bar with your own, or trigger the default one from external scripts.
TriggerEvent("robberies_creator:startProgressBar", timeInMS, text, hexColor)
timeInMS
text
hexColor
#70f2b4
nil
-- This will create a command to show a red progress bar -- /progressbar 5000 Hello RegisterCommand("progressbar", function(playerId, args) TriggerEvent("robberies_creator:startProgressBar", tonumber(args[1]), args[2], "#ff0000") end)
Related topics