fix(esx_progressbar): fix wrong example syntax

This commit is contained in:
Mycroft
2022-05-04 19:06:07 +01:00
committed by GitHub
parent 2451e78518
commit b3eef05b2d
+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)]]