Mycroft
ba534fade4
Merge pull request #132 from thelindat/main
...
Improve ox_inventory compatibility
2022-03-02 23:09:03 +00:00
Mycroft
1afdf160c4
Teaks: ES Extended optimisations
2022-03-02 20:20:11 +00:00
Mycroft
536bf2586e
Tweaks - Identity & ATM - Optimisations
2022-03-02 20:07:01 +00:00
Mycroft
72aa093086
Refactor: ESX Skin - Optimisations
2022-03-02 19:52:58 +00:00
Linden
ee0ac2d68e
fix(skin): disable setMaxWeight when using ox inventory
2022-03-02 14:29:14 +11:00
0xDEMXN
45ff24b532
Revert "Merge pull request #108 from 0xDEMXN/group"
...
This reverts commit 1e905415e5 , reversing
changes made to 0f3aaf74ad .
2022-02-24 16:18:56 +01:00
Mycroft
5047eefe9a
Feat(Admin): Better TPM command
...
integrates https://github.com/douth-c/citizen-tpm/blob/main/client.lua TPM function
2022-02-24 00:25:12 +00:00
Demian Vonk
215c3532d8
Fixed better performance wise table.insert method
2022-02-22 17:24:02 +01:00
Mycroft
c5bd33c27b
Feat(Commands):Return Both Vector3 and Vector4
2022-02-18 22:33:28 +00:00
Mycroft
18eada5de2
Feat(xPlayer): Add xPlayer.hasItem()
2022-02-18 19:44:42 +00:00
Linden
3833746a21
fix(esx/player): improve accounts sync with ox inventory
2022-02-19 03:30:48 +11:00
Mycroft
1e905415e5
Merge pull request #108 from 0xDEMXN/group
...
feat: use first char group for new chars
2022-02-18 16:12:50 +00:00
0xDEMXN
dfa26844c5
fix(locales): update invalid command to fit notifications
2022-02-18 16:58:57 +01:00
0xDEMXN
1edf290943
feat: standardize notifications and get rid of chat messages
2022-02-18 12:00:01 +01:00
0xDEMXN
e4d8fd8d1e
feat: use first char group for new chars
2022-02-18 11:51:30 +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
0278f26c17
fix(esx/client): delay esx:onPlayerJoined event
...
Race conditions were introduced due to a mix of FiveM's updated scheduling and the swap to oxmysql responding faster than the client can load.
This should alleviate the issue, though a more solid solution should be found.
2022-02-14 18:20:22 +11:00
Linden
d5661c1a9a
refactor: use function syntax
...
Better and less confusing.
2022-02-14 16:05:14 +11:00
Linden
956324063e
chore: update fxmanifests
...
1.5.0
2022-02-14 15:34:14 +11:00
Linden
b82b3246a4
feat(esx/client): add a function to search for items
...
Deprecate the usual method of manually iterating through 'ESX.GetPlayerData().inventory'.
2022-02-14 15:30:51 +11:00
Linden
a1cfd5f84e
fix(esx/server): race condition
...
Use await on queries during startup for less nesting / callback hell, and to delay the paycheck and save intervals from starting too early.
2022-02-14 15:29:42 +11:00
Linden
31b7252101
fix: undefined variables, args, indexes, etc.
2022-02-14 14:17:54 +11:00
Linden
b72e1e0b04
refactor: update native references
...
Many natives have updated / more accurate names.
2022-02-14 13:42:43 +11:00
Linden
f81683751d
fix: nonsense Wait times
...
Tick time is ~15ms, so anything that needs to occur on-frame should use Wait(0)
2022-02-14 13:16:23 +11:00
Linden
23fd0289c6
fix(sql): remove hard-set table charset and collation
...
Remove some instances of collation mixing.
includes:
fix(sql): don't allow NULL identifier in billing, user_licenses, and user_parkings
2022-02-14 13:08:03 +11:00
Bagus Gandhi
9ae99f1dde
Fix identity not showing up to wait NUI until ready
2022-02-12 15:59:25 +07:00
Mycroft
8dd3abd872
Refactors and fixes
...
refactor: Remove Citizen. (Wait And CreateThread)(All resources)
feat: Add KeyMapping to taxijob and sit (Removes pointless Threads)
fix: vector coords bug
feat : Add txAdmin support into basicneeds (server.lua)
Change: ESX Whitelist config from 0 minimum to 10
fix: Start Changing IsDead to ESX.GetPlayerData().dead
fix: Add a sleep to Identity
2022-02-11 00:31:23 +00:00
Mycroft
6901ffd971
Fix: Fix vector Coords
2022-02-10 17:22:18 +00:00
GoatGeek
661e21486e
refactor(esx_legacy): Converted all backtick usages to GetHashKey() for lint compatibility
2022-02-08 11:28:19 -08:00
Mycroft
f695fdd282
Refactor(esx_menu/server.cfg): Add ESX as an import for menus and refactor the server.cfg
2022-02-08 16:41:58 +00:00
Mycroft
053a4f8391
Merge branch 'main' into perf
2022-02-07 15:46:06 +00:00
Mycroft
1d4aa2fd53
feat: esx:isUserAdmin Callback
2022-02-06 19:53:24 +00: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
7dfc3083d0
Make the SQLs easily findable
2022-02-05 18:26:48 +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
Mycroft
498f623bc5
Update main.lua
2022-02-05 13:49:01 +00:00
coookie1010
099216a370
Fix missing queries data
2022-02-04 09:58:50 +08:00
BagusCodeStudio
5f6909badc
Fix typo causing data not saving
2022-02-02 10:51:56 +07:00
Mycroft
d2185dfdf2
remove async dependancy from es_extended
2022-02-02 00:52:42 +00:00
Mycroft
47d186e91b
change all fxmanifests to use oxmysql
2022-02-01 17:58:45 +00:00
Mycroft
83fa1f5616
change the fxmanifest to use oxmysql
2022-02-01 17:55:55 +00:00
Mycroft
636d03668a
Put the reviveall command into ESX_Ambulancejob
2022-02-01 00:21:31 +00:00
Mycroft
b42513aa30
Update version.json
2022-01-31 23:38:00 +00:00
Mycroft
59fe60b50e
chore: (Change Readme to include new documentaion
2022-01-31 23:33:24 +00:00
FuraXx
d4b581c91a
Merge pull request #60 from overextended/develop
...
refactor
2022-01-31 22:09:30 +01:00
Kuuzpp
2bf16f9a1c
Update fxmanifest.lua
...
Changed all locales to one *
2022-01-31 02:54:53 +01:00
Luke
126549c456
Added optional fix for identity UI not appearing
...
In some cases on a localhost machine, the esx_identity UI would not appear if multichar was disabled. This provides an optional fix for this.
2022-01-24 17:22:42 +00:00
Linden
178533cd4a
fix(esx): set default newPlayer query
...
This query should only be modified when using multicharacter.
2022-01-22 22:00:11 +11:00
Luke
944c3d581f
Update fxmanifest to add Spanish Locale
2022-01-21 17:47:08 +00:00
Luke
540dab0848
Merge pull request #34 from VicedDev/main
...
Translate es_extended/locales to Spanish
2022-01-21 17:46:21 +00:00