-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into alert-autofix-569
- Loading branch information
Showing
46 changed files
with
78 additions
and
154 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
server-data/resources/[Christmas]/changer_square/fxmanifest.lua
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.57 MB
...er-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_beaver.ydr
Binary file not shown.
Binary file removed
BIN
-29 KB
...er-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_border.ydr
Binary file not shown.
Binary file removed
BIN
-244 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_candy.ydr
Binary file not shown.
Binary file removed
BIN
-199 KB
...er-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_ferris.ydr
Binary file not shown.
Binary file removed
BIN
-690 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_gifts.ydr
Binary file not shown.
Binary file removed
BIN
-845 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_iglu.ydr
Binary file not shown.
Binary file removed
BIN
-277 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_luzes.ydr
Binary file not shown.
Binary file removed
BIN
-37.7 KB
...data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_mahzinha1.ydr
Binary file not shown.
Binary file removed
BIN
-37.8 KB
...data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_mahzinha2.ydr
Binary file not shown.
Binary file removed
BIN
-1.79 MB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_santa.ydr
Binary file not shown.
Binary file removed
BIN
-1.32 KB
...er-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_santa.ytyp
Binary file not shown.
Binary file removed
BIN
-2.36 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_star.ydr
Binary file not shown.
Binary file removed
BIN
-164 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_tree.ydr
Binary file not shown.
Binary file removed
BIN
-132 KB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_tree2.ydr
Binary file not shown.
Binary file removed
BIN
-3.48 MB
server-data/resources/[Christmas]/changer_square/stream/changer_props/changer_snow_txt.ytd
Binary file not shown.
Binary file removed
BIN
-524 Bytes
server-data/resources/[Christmas]/changer_square/stream/changer_snow_manifest.ymf
Binary file not shown.
Binary file removed
BIN
-6.35 KB
server-data/resources/[Christmas]/changer_square/stream/changer_ymap.ymap
Binary file not shown.
Binary file removed
BIN
-7.94 KB
server-data/resources/[Christmas]/changer_square/stream/hei_dt1_13_strm_0.ymap
Binary file not shown.
Binary file removed
BIN
-130 KB
server-data/resources/[Christmas]/changer_square/stream/objetos/dt1_13_0.ybn
Binary file not shown.
Binary file removed
BIN
-1.57 MB
server-data/resources/[Christmas]/changer_square/stream/objetos/dt1_13_build1.ydr
Binary file not shown.
Binary file removed
BIN
-177 KB
server-data/resources/[Christmas]/changer_square/stream/objetos/dt1_13_dtlb.ydr
Binary file not shown.
Binary file removed
BIN
-2.13 KB
server-data/resources/[Christmas]/changer_square/stream/objetos/dt1_13_grounddetailb.ydr
Binary file not shown.
Binary file removed
BIN
-134 KB
server-data/resources/[Christmas]/changer_square/stream/objetos/dt1_13_superlod_children.ydd
Binary file not shown.
Binary file removed
BIN
-111 KB
server-data/resources/[Christmas]/changer_square/stream/objetos/hi@dt1_13_0.ybn
Binary file not shown.
Binary file removed
BIN
-1.18 MB
server-data/resources/[Christmas]/changer_square/stream/prop_ld_ferris_wheel+hidr.ytd
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
server-data/resources/[bpt_addons]/bpt_addonaccount/server/classes/addonaccount.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
---@diagnostic disable: undefined-global | ||
|
||
function CreateAddonAccount(name, owner, money) | ||
local self = {} | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
server-data/resources/[bpt_addons]/bpt_addonaccount/server/main.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
Locales = {} | ||
|
||
function _(str, ...) -- Translate string | ||
|
||
if Locales[Config.Locale] ~= nil then | ||
|
||
if Locales[Config.Locale][str] ~= nil then | ||
return string.format(Locales[Config.Locale][str], ...) | ||
else | ||
return 'Translation [' .. Config.Locale .. '][' .. str .. '] does not exist' | ||
end | ||
|
||
else | ||
return 'Locale [' .. Config.Locale .. '] does not exist' | ||
end | ||
|
||
if Locales[Config.Locale] ~= nil then | ||
if Locales[Config.Locale][str] ~= nil then | ||
return string.format(Locales[Config.Locale][str], ...) | ||
else | ||
return "Translation [" .. Config.Locale .. "][" .. str .. "] does not exist" | ||
end | ||
else | ||
return "Locale [" .. Config.Locale .. "] does not exist" | ||
end | ||
end | ||
|
||
function _U(str, ...) -- Translate string first char uppercase | ||
return tostring(_(str, ...):gsub("^%l", string.upper)) | ||
end | ||
return tostring(_(str, ...):gsub("^%l", string.upper)) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
<h1 align='center'>[ESX] Garage</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://documentation.esx-framework.org/legacy/installation'>Documentation</a></b></h5> | ||
<h1 align='center'>esx_garage</a></h1> | ||
<p align='center'><a href='https://discord.gg/ksGfNvDEfq'>Discord</a> | ||
|
||
Store Your vehicles in style! ESX garage has an amazing New UI to help you be stylish while parking your broken, rusty Nissan Micra! | ||
|
||
# Legal | ||
|
||
esx_Garage - store vehicles in style! | ||
|
||
Copyright (C) ESX-Framework | ||
Copyright (C) 2024-2025 bitpredator | ||
|
||
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/. | ||
ATTENTION: | ||
You are not authorized to change the name of the resource and the resources within it. | ||
|
||
If you want to contribute you can open a pull request. |
5 changes: 2 additions & 3 deletions
5
server-data/resources/[esx_addons]/esx_garage/client/antidespawn.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
local model, coords, heading | ||
local vehicle = CreateVehicle(model, coords.x, coords.y, coords.z + 1.0, heading, true, false) | ||
local vehicle | ||
|
||
SetVehicleNeedsToBeHotwired(vehicle, false) | ||
SetVehicleHasBeenOwnedByPlayer(vehicle, true) | ||
SetEntityAsMissionEntity(vehicle, true, true) | ||
SetVehicleIsStolen(vehicle, false) | ||
SetVehicleIsWanted(vehicle, false) | ||
SetVehRadioStation(vehicle, 'OFF') | ||
SetVehRadioStation(vehicle, "OFF") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.