mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Revert "chore: update copyright year"
This commit is contained in:
+674
-674
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ fx_version 'adamant'
|
||||
game 'gta5'
|
||||
author 'ESX-Framework'
|
||||
description 'A beautiful and simple NUI progress bar for ESX'
|
||||
version '1.12.3'
|
||||
version '1.12.2'
|
||||
lua54 'yes'
|
||||
|
||||
client_scripts { 'Progress.lua' }
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
* ESX Function
|
||||
```lua
|
||||
ESX.Progressbar("test", 25000,{
|
||||
FreezePlayer = false,
|
||||
FreezePlayer = false,
|
||||
animation ={
|
||||
type = "anim",
|
||||
dict = "mini@prostitutes@sexlow_veh",
|
||||
lib ="low_car_sex_to_prop_p2_player"
|
||||
},
|
||||
dict = "mini@prostitutes@sexlow_veh",
|
||||
lib ="low_car_sex_to_prop_p2_player"
|
||||
},
|
||||
onFinish = function()
|
||||
--Code here
|
||||
end})
|
||||
@@ -16,13 +16,13 @@
|
||||
```
|
||||
|
||||
* Export
|
||||
|
||||
|
||||
```lua
|
||||
exports["esx_progressbar"]:Progressbar("Unlocking Storage", 3000,{
|
||||
FreezePlayer = true,
|
||||
FreezePlayer = true,
|
||||
animation ={
|
||||
type = "anim",
|
||||
dict = "anim@mp_player_intmenu@key_fob@",
|
||||
dict = "anim@mp_player_intmenu@key_fob@",
|
||||
lib ="fob_click"
|
||||
},
|
||||
onFinish = function()
|
||||
@@ -31,13 +31,13 @@
|
||||
```
|
||||
|
||||
* Cancel
|
||||
|
||||
|
||||
```lua
|
||||
ESX.Progressbar("Unlocking Storage", 3000,{
|
||||
FreezePlayer = true,
|
||||
FreezePlayer = true,
|
||||
animation ={
|
||||
type = "anim",
|
||||
dict = "anim@mp_player_intmenu@key_fob@",
|
||||
dict = "anim@mp_player_intmenu@key_fob@",
|
||||
lib ="fob_click"
|
||||
},
|
||||
onFinish = function()
|
||||
@@ -49,13 +49,13 @@
|
||||
```
|
||||
|
||||
* Scenario
|
||||
|
||||
|
||||
```lua
|
||||
ESX.Progressbar("Unlocking Storage", 3000,{
|
||||
FreezePlayer = true,
|
||||
FreezePlayer = true,
|
||||
animation ={
|
||||
type = "Scenario",
|
||||
Scenario = "PROP_HUMAN_BUM_BIN",
|
||||
Scenario = "PROP_HUMAN_BUM_BIN",
|
||||
},
|
||||
onFinish = function()
|
||||
--Code here
|
||||
@@ -69,10 +69,10 @@
|
||||
|
||||
esx_progressbar
|
||||
|
||||
Copyright (C) 2022-2025 ESX-Framework
|
||||
Copyright (C) 2022-2024 ESX-Framework
|
||||
|
||||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
|
||||
|
||||
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
|
||||
|
||||
You should have received a copy Of the GNU General Public License along with this program. If Not, see <http://www.gnu.org/licenses/>.
|
||||
You should have received a copy Of the GNU General Public License along with this program. If Not, see <http://www.gnu.org/licenses/>.
|
||||
Reference in New Issue
Block a user