Commit Graph

32 Commits

Author SHA1 Message Date
Mycroft 449ef36879 feat(es_extended): ServerCallbacks now invoking aware 2022-09-23 00:28:48 +01:00
Mycroft 663a84ca9a tweak(es_extended): Uniform prints 2022-09-22 23:55:44 +01:00
Mycroft bf76cd9729 feat(es_extended): Discord Logs
adds:
- ` ESX.DiscordLog`
- `ESX.DiscordLogFields`
2022-09-21 18:26:31 +01:00
Mycroft 8d60e0ea73 feat(es_extended): Experimental fxDK support 2022-09-15 22:48:44 +01:00
Mycroft 3d569b3e9a es_extended -> formatting 2022-08-31 15:17:28 +01:00
Mycroft d974204918 tweak: remove exploitable events & fix max weight 2022-08-30 20:10:29 +01:00
Mycroft c00ff23658 remove duty system (unused code) 2022-08-30 14:34:08 +01:00
Mycroft a40eaf9e8c tweak: es_extended - code cleanup 2022-08-30 14:31:44 +01:00
Linden 9fc382bbe0 fix(esx/server): use protected calls for Item Callbacks 2022-08-25 17:51:40 +10:00
David cba5b23888 Fucked up the validate registercommand logic (Did it the wrong way around) 2022-08-13 21:24:44 +02:00
David 82c3e5e7f9 minor change: add support for skipping validation of single command arguments 2022-08-11 20:14:27 +02:00
Mycroft 3ecfbf90c2 Fix: es_extended/server/functions - make sure item is useable 2022-07-24 17:58:18 +01:00
Benzo 8348d24e0d Update functions.lua 2022-06-13 03:59:43 +02:00
Benzo 1227d94b59 feat(refersh) - stuff for bossmenu 2022-06-13 03:58:47 +02:00
RoadToSix 343937469c fix(es_extended): Overriding command colors console.
Overriding command colors whole console.

https://cdn.upload.systems/uploads/k7TZJpqn.png
2022-06-04 01:55:14 +02:00
Mycroft ef6b66ab3e refactor - es_extended - PlayerOverride Functionality 2022-05-22 18:32:43 +01:00
Mycroft 0bab2058a6 tweak - ESX.UseItem - better warning print 2022-05-19 21:13:23 +01:00
SavageFromLx 4c2945cc94 Update functions.lua 2022-05-19 13:04:45 +01:00
Demian Vonk 215c3532d8 Fixed better performance wise table.insert method 2022-02-22 17:24:02 +01:00
0xDEMXN 1edf290943 feat: standardize notifications and get rid of chat messages 2022-02-18 12:00:01 +01:00
Linden 7edbd07ae7 feat: setup basic support for ox inventory
Fairly low effort to get the the basics working.
2022-02-18 00:22:49 +11:00
Linden d5661c1a9a refactor: use function syntax
Better and less confusing.
2022-02-14 16:05:14 +11:00
Mycroft 245080346b Update 1.4.2: Bug Fixes
Updated `Car` Command. Fixed some vulnerabilities. Fix SQL. Updated Commands.
2022-02-06 19:36:38 +00:00
Mycroft e594183807 Update 1.4.1: bug fixes
Fixed Ambulancejob, Fix giving Items,Start Replacing `GetDistanceBetweenCoords` with Vector Maths
2022-02-05 18:19:14 +00:00
Linden dbb7da7755 fix(esx): save player loadout 2022-01-19 20:58:20 +11:00
Linden f4d7991b10 refactor(esx): various changes
Minor improvements to spawning.
Moved internal variables out of the ESX namespace.
SavePlayer function now uses a prepared statement.
Replaced bulk SavePlayers query with prepared statements.
Cleaned up newPlayer/loadPlayer queries.
Player load and creation functions use prepared statements.
Removed async dependency.
2022-01-19 20:58:20 +11:00
Linden fe00d9d50f refactor(esx/server): Replace recursive functions with loops; removed functions from the ESX object
These should never be called outside of ESX, so there's no reason to include them
2021-07-12 17:55:42 +10:00
Linden 4f5794473e tweak(esx): Print affectedRows instead of changedRows for saved players 2021-07-06 09:57:25 +10:00
Linden c12e03210a improvement(esx): Report the number of saved players and time spent 2021-07-06 00:26:18 +10:00
Stephen York 093066486b Optimised player save data function 2021-07-03 16:55:07 +10:00
Linden 959e62a50e improvement(esx): Allow retrieval of ESX.Players with specific data 2021-07-03 02:55:53 +10:00
Linden 7c3e817cfa chore: Reorganise directories; include a sample server.cfg 2021-06-25 21:34:28 +10:00