Commit Graph

202 Commits

Author SHA1 Message Date
Linden 150db2feac refactor(server/main): Require identity or multichar config options to load player data; always set the initial death value to 0 2021-06-05 09:13:45 +10:00
Linden 776004ff43 fix(server/main): Remove leftover code from updating query 2021-06-05 01:18:11 +10:00
Linden 30de47e09d fix(server/commands): Use the correct variable for clearloadout 2021-06-04 01:02:24 +10:00
Linden 64652e4661 refactor(server/main): Do not store skin in PlayerData, send it separately 2021-06-03 23:26:16 +10:00
Linden 2ff383616f improvements(server/main): Set the initial value for PlayerData.dead; use MySQL.store for loadESXPlayer 2021-06-03 23:21:31 +10:00
Linden 3ff2f4ac74 fix(server/commands): /clearloadout will properly wipe all weapons
Loadout indexes are being updated while the loop runs causing it to break after removing a few weapons.
This reverts the command to how it worked prior to ESX 1.2
2021-06-03 19:38:29 +10:00
Linden ca6462ad6a refactor(server/functions): Return ESX.Players directly, no need to loop 2021-06-02 18:08:32 +10:00
Linden b13e44939c improvement(server/main): Create a stored query for saving players 2021-05-28 11:42:22 +10:00
Linden bccca2b8e0 improvement(server/main): Create a stored query for creating new users 2021-05-28 07:45:43 +10:00
Linden 0bfe39d527 refactor(server/commands): Remove sv_restart 2021-05-28 06:05:53 +10:00
Linden bc13c9d34b feat(server/functions): Add a function to retrieve all xPlayer data
If people need to loop through xPlayers, they should use this
2021-05-23 22:18:27 +10:00
Linden e4954e6693 improvement(server/main): Allow setting identity without using multicharacter 2021-05-22 18:04:01 +10:00
Linden aecc6e552c fix(server/common): Fixed check for jobs without grades 2021-05-22 17:13:31 +10:00
Linden 819f5b4372 fix(legacy/server): Store job data in a temporary table until grades have been applied 2021-05-21 21:33:11 +10:00
Linden 827f2453b5 refactor(command): Remove unneeded variable 2021-05-21 07:14:12 +10:00
Linden 4bb90c2848 fix(legacy/server): Resolve an issue when setting default skin 2021-05-18 03:39:05 +10:00
Linden a4f4da621f feat(legacy/multichar): Added support for esx_multicharacter; applied minor changes to spawning 2021-05-17 20:33:25 +10:00
Linden b021d28cda refactor(legacy/server): Start DBSync and PayCheck after initializing 2021-05-16 20:01:06 +10:00
Linden c41cd943b1 chore(legacy): Remove resource name print; fix typos 2021-05-16 19:36:17 +10:00
Linden 1afe919711 Remove Config.PrimaryIdentifier 2021-05-09 15:11:02 +10:00
Linden b6b48319f0 Use the new ESX.GetIdentifier function 2021-05-09 14:49:27 +10:00
Linden b705d75404 Create a function for retrieving a players identifier 2021-05-09 14:44:44 +10:00
Linden 787daaf8d3 Use PrimaryIdentifier 2021-05-09 04:54:51 +10:00
Linden 6232541cfb Use PrimaryIdentifier 2021-05-09 04:53:57 +10:00
Linden 9cca834880 Update main.lua 2021-05-09 03:41:28 +10:00
Linden cf2606866a Trigger an event on server once xPlayer is created 2021-05-09 01:59:46 +10:00
MiddleSkillz 8f91023bd9 Added Some More Stuff 2021-05-05 01:18:20 -06:00
Mycroft cfa6a44b99 Update commands.lua 2021-05-03 23:48:42 +01:00
Mycroft acaa467cf4 Update commands.lua 2021-05-03 23:44:29 +01:00
Mycroft 5b1e5b9ea4 add more commands 2021-05-03 23:32:02 +01:00
Mycroft 1b481797eb Update commands.lua 2021-05-03 22:43:27 +01:00
Mycroft 640befda57 Update commands.lua 2021-05-03 22:41:49 +01:00
Mycroft c8c8ffeb4d add features 2021-05-03 22:37:02 +01:00
Mycroft 8b55ba4c18 Update commands.lua 2021-05-03 20:41:53 +01:00
Mycroft 6c7b3ecf9e tweaks 2021-05-03 20:39:18 +01:00
Mycroft 9212219d46 changes 2021-05-03 20:04:39 +01:00
Mycroft c4add91157 things 2021-04-29 23:04:36 +01:00
Mycroft bee2165105 Kashacter 2021-04-29 18:39:31 +01:00
Mycroft 9849bc9e51 Version Checker 2021-04-28 22:03:39 +01:00
Mycroft 4b2d95059c Updates 2021-04-28 21:42:12 +01:00
Mycroft bac6cbbb7e add commands 2021-04-26 19:05:58 +01:00
tabarra e265976561 default group for ace admins
This allows server owners to become ESX admins on their first joins, based on if they have the `command` ace permission or not.  
If they do have that ace, they can `setgroup <id> admin`, so access-wise that's ok.  
I would commit this to master, but since v2 is not yet ready, PlumeESX uses "v1-final".
2021-04-04 16:30:04 -03:00
Jérémie N'gadi 62ded4f3a0 Merge pull request #722 from justtos/master
Add the "item_name" as an argument when executing the use item callback
2020-05-22 11:31:55 +02:00
ArkSeyonet eacf7c0b94 Update es_extended
- Finish removing code for forcing stop resources
2020-05-17 04:16:00 -05:00
Jérémie N'gadi 947f2184ff Revert "pt-PT Translation pt.lua" 2020-05-15 18:21:28 +02:00
Jérémie N'gadi 5a21e759a9 Merge pull request #737 from ESX-Org/develop
pt-PT Translation pt.lua
2020-05-15 18:16:58 +02:00
heyheyitsmeman eab23417a5 Update player.lua 2020-05-15 17:02:35 +03:00
Jérémie N'gadi ff8625cb32 Now we can extend xPlayer without touching core files 2020-05-13 21:04:06 +02:00
Jérémie N'gadi dea2af3c7a Merge pull request #724 from p-josue/patch-2
Add maxCarryItem function
2020-05-11 22:53:30 +02:00
Jérémie N'gadi f8c3dd3b2f ensure base as first migration 2020-05-11 22:43:15 +02:00