Commit Graph
667 Commits
Author SHA1 Message Date
Andyyy7666 57c86bfdbf Update config_client.lua
Added option to use old money hud from the currency system.
2022-01-10 00:55:35 +01:00
Andyyy7666 07e917329a Update style.css 2022-01-01 19:02:23 +01:00
Andyyy7666 82c87ce072 Update listener.js 2021-12-31 15:30:00 +01:00
Andyyy7666 3d3d56183a Update listener.js 2021-12-31 15:18:39 +01:00
Andyyy7666 074413a267 Update client.lua 2021-12-31 15:18:22 +01:00
Andyyy7666 ef9c27ae20 Add files via upload 2021-12-31 03:05:44 +01:00
Andyyy7666 863654ded1 Update main.lua 2021-12-31 02:59:38 +01:00
Andyyy7666 8c7ce7062a Update commands.lua 2021-12-31 02:59:05 +01:00
Andyyy7666 4dc0fb2dfa Update main.lua 2021-12-31 02:58:22 +01:00
Andyyy7666 c7184015ee Update commands.lua 2021-12-31 02:57:50 +01:00
Andyyy7666 198a600705 Update index.html 2021-12-31 02:55:35 +01:00
Andyyy7666 a0157df2f6 Update listener.js 2021-12-31 02:54:01 +01:00
Andyyy7666 7d4a2edf5d Update config_client.lua 2021-12-31 02:52:54 +01:00
Andyyy7666 462cb50af3 Update config_server.lua 2021-12-31 02:52:07 +01:00
Andyyy7666 a2adeb2758 Update fxmanifest.lua 2021-12-31 02:51:34 +01:00
Andyyy7666 edc5a86432 Update server.lua 2021-12-31 02:50:28 +01:00
Andyyy7666 97c774535f Update fxmanifest.lua 2021-12-31 02:49:55 +01:00
Andyyy7666 5f79eebd0b Update config.lua 2021-12-31 02:49:41 +01:00
Andyyy7666 8ca2948550 Update client.lua 2021-12-31 02:49:20 +01:00
Andyyy7666 0ff92d87d2 Update commands.lua 2021-12-27 18:02:12 +01:00
Andyyy7666 dc38c8f0b2 Update commands.lua 2021-12-27 17:07:29 +01:00
Andyyy7666 2c70802418 Update main.lua 2021-12-27 14:50:26 +01:00
Andyyy7666 7d5394087e Update main.lua
renamed getMoney server event to updateMoney and removed unnecessary for loop.
2021-12-27 14:47:51 +01:00
Andyyy7666 80ac517fb9 Add files via upload 2021-12-26 21:08:52 +01:00
Andyyy7666 707b9b51f3 Create fxmanifest.lua 2021-12-26 21:04:21 +01:00
Andyyy7666 f9943b24ab Update listener.js 2021-12-26 19:25:38 +01:00
Andyyy7666 ada5cb1827 Update fxmanifest.lua 2021-12-25 20:41:09 +01:00
Andyyy7666 acc0d9fef7 Update README.md 2021-12-25 20:06:26 +01:00
Andyyy7666 6d46c1cdfb Update README.md 2021-12-25 20:06:10 +01:00
Andyyy7666 53f7be5434 Update README.md
Updated how to install.
2021-12-25 20:05:53 +01:00
Andyyy7666 7cac89d378 Update main.lua
* updated to use server_config
* updated to use exports.oxmysql:query instead of the deprecated exports.oxmysql:execute method.
2021-12-25 19:50:13 +01:00
Andyyy7666 1bdaaaf6b2 Update discord.lua
* updated to use server_config
* other minor changes
2021-12-25 19:47:26 +01:00
Andyyy7666 0fefd20aef Update config_server.lua
Changed table name to server_config instead of config since config_client.lua is now a shared script.
2021-12-25 19:45:09 +01:00
Andyyy7666 73f7cda126 Update config_server.lua 2021-12-25 18:25:41 +01:00
Andyyy7666 cba40664b0 Update fxmanifest.lua 2021-12-25 04:46:06 +01:00
Andyyy7666 0776057e58 Update discord.lua
specified errors
2021-12-25 00:56:02 +01:00
Andyyy7666 d43dc7d750 Update main.lua
Added database spam prevention
2021-12-25 00:55:11 +01:00
Andyyy7666 2a54af2a52 Update fxmanifest.lua
Change config_client.lua to shared script
2021-12-25 00:31:22 +01:00
Andyyy7666 41dcfc1cda Update commands.lua
Fixed vulnerability where modders would be able to change the aop, they will now be kicked :)
2021-12-25 00:07:43 +01:00
Andyyy7666 aa220b21bb Update main.lua
Updated export function
2021-12-24 23:39:22 +01:00
Andyyy7666 6098dc5dd1 Update fxmanifest.lua 2021-12-24 23:32:23 +01:00
Andyyy7666 e49cf38f92 Update main.lua
* Removed shot spotter (it will be made a separate resource)
* Fixed some security variabilities (modders being able to drop players)
* Other small changes

Planned:
* Moving most money related stuff the server.
2021-12-24 23:27:09 +01:00
Andyyy7666 761dac7d20 Update main.lua
Fixed spelling mistake and removed the warning when the version checker is up to date.
2021-12-24 23:24:16 +01:00
Andyyy7666 5d7ca88be4 Update commands.lua
Small changes
2021-12-24 22:47:41 +01:00
Andyyy7666 9a96248e70 Update discord.lua
Removed parts that aren't used and commented out that print that fills the server console. (keeping them commented incase anyone needs to test something)
2021-12-24 22:46:23 +01:00
Andyyy7666 da19b16394 Update main.lua
* Added a version checker.
* Updated the method to find identifiers to make sure it always uses the license.
* Updated "exitGame" event so it's vulnerable to modders.
* Made code cleaner and optimized a little more.
2021-12-24 22:43:27 +01:00
Andyyy7666 92b054f630 Update commands.lua
Minor changes to aop
2021-12-24 22:31:22 +01:00
Andyyy7666 43539708fe Update listener.js
Minor changes
2021-12-24 22:30:15 +01:00
Andyyy7666 1fb5fb7edf Update index.html
Minor changes and added more comments
2021-12-24 22:29:08 +01:00
Andyyy7666 79c90dfd52 Update config_server.lua 2021-12-24 22:24:56 +01:00