Revert "chore: update copyright year"

This commit is contained in:
Arctos2win
2025-01-08 14:17:39 +01:00
committed by GitHub
parent 1ff7898655
commit 97aaf58a02
46 changed files with 789 additions and 809 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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' }
+15 -15
View File
@@ -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/>.