mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Update readme.md
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
## Use
|
||||
|
||||
* true = freeze player, turn it to false if u dont want it to freeze player
|
||||
|
||||
* Without Animation
|
||||
|
||||
```lua
|
||||
ESX.Progressbar("Text Here", 3000, true ,{animation = {},onFinish = function() print("Finish") end})
|
||||
```
|
||||
ESX.Progressbar("test", 25000,{FreezePlayer = false, animation ={type = "anim",dict = "mini@prostitutes@sexlow_veh", lib ="low_car_sex_to_prop_p2_player" }, onFinish = function()
|
||||
|
||||
* With Animation
|
||||
|
||||
```lua
|
||||
* ESX.Progressbar("Text Here", 3000, true ,{animation ={type = "anim" ,dict = animdicthere , lib = animnamehere },onFinish = function() print("Finish") end})
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user