From 4579156c8a60d7d8471ae76cfc12d79867004011 Mon Sep 17 00:00:00 2001 From: Mycroft Date: Thu, 28 Apr 2022 17:32:56 +0100 Subject: [PATCH] tweak(progressbar): make command an example --- [esx]/esx_progressbar/Progress.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/[esx]/esx_progressbar/Progress.lua b/[esx]/esx_progressbar/Progress.lua index 956ef0e6..c865a80b 100644 --- a/[esx]/esx_progressbar/Progress.lua +++ b/[esx]/esx_progressbar/Progress.lua @@ -19,8 +19,9 @@ end exports('Progressbar', Progressbar) -RegisterCommand("progress", function() +-- Example +--[[RegisterCommand("progress", function() exports["esx_progressbar"]:Progressbar("test", 25000, false,{type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, function() print("finish") end) -end) +end)]]