example in readme

This commit is contained in:
Benzo
2022-05-05 00:11:01 +02:00
committed by GitHub
parent 9a9f8dcd45
commit 43f79049e4
+6 -1
View File
@@ -1,7 +1,12 @@
## Use
* ESX Function
```lua
ESX.Progressbar("test", 25000,{FreezePlayer = false, animation ={type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, onFinish = function()
```
* Export
```lua
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()
```