Skip to content

Commit

Permalink
Merge pull request #904 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore:  replace esx-qalle-jail > wx_jail
  • Loading branch information
bitpredator authored Nov 30, 2024
2 parents 91ebcf5 + 5a9fd4c commit f74b8c1
Show file tree
Hide file tree
Showing 35 changed files with 2,819 additions and 959 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@
# EMPIRETOWN

![](https://img.shields.io/github/downloads/bitpredator/empiretown/total?logo=github)
![](https://img.shields.io/github/downloads/bitpredator/empiretown/latest/total?logo=github)
![](https://img.shields.io/github/contributors/bitpredator/empiretown?logo=github)
![](https://img.shields.io/github/v/release/bitpredator/empiretown?logo=github)

This program is a project for the fivem community, you have legal permission to distribute and / or modify it .
Source code of my Fivem Empiretown server, this server aims to simulate real life as much as possible.

ATTENTION: You are not authorized to change the name of the resources present within it.
# ATTENTION:
You are not authorized to sell this software this is a free and open source project, if you want to contribute to it feel free to fork and forward your pull requests, report any bugs or improvements to be made.
You can use this software as the basis for your fivem server and customize it as you see fit.

Database Installation: https://bitpredator.github.io/bptdevelopment/docs/empiretown/database

Server installation procedure: https://bitpredator.github.io/bptdevelopment/docs/empiretown/install-server

You are not authorized to sell this software (this is a free project).
This program is distributed in the hope that it will be useful, 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.

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 with this program. If not, see http://www.gnu.org/licenses/.

### 📌 License

Expand Down
Binary file added server-data/empiretown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Config.Zones = {
},

VehicleSpawnPoint = {
Pos = { x = 1015.740662, y = -2366.624268, z = 30.593042 },
Pos = { x = 1015.740662, y = -2366.624268, z = 31.593042 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = -1,
Rotate = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ function ESX.Game.SetVehicleProperties(vehicle, props)
for extraId, enabled in pairs(props.extras) do
extraId = tonumber(extraId)
if extraId then
SetVehicleExtra(vehicle, extraId, enabled)
SetVehicleExtra(vehicle, extraId, not enabled)
end
end
end
Expand Down
57 changes: 0 additions & 57 deletions server-data/resources/[esx_addons]/esx-qalle-jail/README.md

This file was deleted.

Binary file not shown.
Loading

0 comments on commit f74b8c1

Please sign in to comment.