Skip to content

Commit

Permalink
Merge pull request #867 from bitpredator/dev
Browse files Browse the repository at this point in the history
fix: reduced the z axis to avoid vehicles spawning in the air
  • Loading branch information
bitpredator authored Oct 28, 2024
2 parents 3cfc22c + 89bd78a commit 0daf04b
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2,619 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_menu/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Config.AdminCommands = {
{
id = "repairveh",
name = TranslateCap("admin_repairveh_button"),
groups = { "admin" },
groups = { "admin", "helper" },
command = function()
local plyPed = PlayerPedId()
local plyVeh = GetVehiclePedIsIn(plyPed, false)
Expand Down
2 changes: 1 addition & 1 deletion server-data/resources/[esx_addons]/esx_garage/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Config.Impounds = {
SpawnPoint = {
x = 401.9,
y = -1647.4,
z = 30.2,
z = 29.2,
heading = 323.3,
},
Sprite = 524,
Expand Down
674 changes: 0 additions & 674 deletions server-data/resources/[esx_addons]/tickets/LICENSE

This file was deleted.

43 changes: 0 additions & 43 deletions server-data/resources/[esx_addons]/tickets/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions server-data/resources/[esx_addons]/tickets/__install/database.sql

This file was deleted.

156 changes: 0 additions & 156 deletions server-data/resources/[esx_addons]/tickets/client/main.lua

This file was deleted.

31 changes: 0 additions & 31 deletions server-data/resources/[esx_addons]/tickets/fxmanifest.lua

This file was deleted.

Loading

0 comments on commit 0daf04b

Please sign in to comment.