mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 07:01:29 +00:00
example in readme
This commit is contained in:
@@ -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()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user