This commit is contained in:
Mycroft
2022-05-04 21:43:50 +01:00
+1 -1
View File
@@ -21,7 +21,7 @@ exports('Progressbar', Progressbar)
-- Example
--[[RegisterCommand("progress", function()
exports["esx_progressbar"]:Progressbar("test", 25000, false,{animation ={type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, onFinish = function()
exports["esx_progressbar"]:Progressbar("test", 25000,{FreezePlayer = false, animation ={type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, onFinish = function()
print("finish")
end})
end)]]