Commit Graph

164 Commits

Author SHA1 Message Date
Linden b125fa91fc tweak(server/main): Removed leftover print 2021-05-28 05:57:19 +10:00
Linden 8a5cd887ce tweak(server/main): Modify variable names; add warnings when multichar is disabled or not running Legacy; send the identifier prefix to ESX 2021-05-28 05:47:12 +10:00
Linden 8427ff7185 fix(client/main): Use skin table size instead 2021-05-28 05:26:30 +10:00
Linden aca2a00d0a fix(client/main): Check if skin is defined, else if skin does not have a second key 2021-05-28 05:20:47 +10:00
Linden cc4b8dba68 improvements(client/main): Clean the code for assigning player model and skin; trigger the esx_skin menu when player has no skin 2021-05-28 04:39:58 +10:00
Linden 13324ad2eb fix(client/main): Prevent black screen when players decide not to have a skin 2021-05-27 18:07:52 +10:00
Linden b85a933af0 fix(client/main): Require esx_menu_default to have fully started 2021-05-27 03:25:26 +10:00
Linden 1a0ce58ece fix(client): Enable more control actions for people using modified ESX menu 2021-05-24 03:16:52 +10:00
Linden ceaf32bd80 fix(client): Prevent player from spawning without a model 2021-05-23 23:00:03 +10:00
Linden fa6a12866f Update readme.md 2021-05-23 20:38:55 +10:00
Linden 47299fbb71 improvements(client); Initial character spawn should be smoother; moved initial spawn; set player model based on skin sex and not gender 2021-05-23 06:01:55 +10:00
Linden f27a94ef71 improvement(client): Conceal vehicles while selecting character 2021-05-23 05:12:49 +10:00
Linden 02a8ad23be Update config.lua 2021-05-22 17:48:55 +10:00
Linden c7f207cbe1 improvement(client): Moved relog command to client with some limitations 2021-05-22 17:48:23 +10:00
Linden 651b445f6a improvement(server): Replace relog command to relog with event 2021-05-22 17:45:04 +10:00
Linden b1dade2c47 fix(server): Use the prefix variable when deleting character 2021-05-21 23:02:54 +10:00
Linden cf67e47855 Update readme.md 2021-05-21 21:07:34 +10:00
Linden 1079eb0b40 fix(server): Try updating ESX.Jobs after the first player joins
Should resolve the issue with slow queries preventing proper setup
2021-05-21 19:35:57 +10:00
Linden 0703767211 refactor(server): Moved character setup into a function so it can be called from server 2021-05-21 07:25:36 +10:00
Linden 964dcb3ec9 fix+feat(client): Utilise the slot config; resolved issue creating menu when characters are non-sequential 2021-05-21 07:23:43 +10:00
Linden ed428b488a fixes(client): Resolve issues with character selection, deletion, and new characters
- Disable controls while on character select
- Disable NUI if there are no characters
- Set the players skin after deleting a character
- Set the default ped appearance when creating a new character
2021-05-21 05:39:03 +10:00
Linden 26464aafea fix(locales): Corrected locale name and translation 2021-05-21 05:34:40 +10:00
Linden 2e81884550 chore(client+nui); Add support for locales; modify character info appearance 2021-05-21 03:17:23 +10:00
Linden a6e7868407 fix(nui/js): Format money and bank with grouping and currency type 2021-05-21 02:34:00 +10:00
Linden 81ec225ded feat(client): Enable NUIMessage 2021-05-21 02:23:08 +10:00
Linden 7b20310dd1 Update readme.md 2021-05-21 01:53:56 +10:00
Linden a501d43dbf Update fxmanifest.lua 2021-05-21 01:53:01 +10:00
Linden 95c68918b7 Update main.css 2021-05-21 01:52:39 +10:00
Linden 3e2d955e32 Update app.js 2021-05-21 01:48:05 +10:00
Linden 319889b933 Update ui.html 2021-05-21 01:47:14 +10:00
Linden 73ed11a27c Update readme.md 2021-05-21 01:45:28 +10:00
Linden 008a781985 Update fxmanifest.lua 2021-05-21 00:21:03 +10:00
Linden 017f237e02 Update readme.md 2021-05-21 00:18:36 +10:00
Linden f81ed024cf feat(rewrite/client): Overhauled spawning logic and character selection
- Utilise spawnmanager for character selection and spawning
- Removed old character selection interface, opting for the easily scaleable ESX Menu
- Player concealment while selecting a character
- Improved character registration and loading player skin
2021-05-20 22:50:02 +10:00
Linden 5bf41ac579 refactor(rewrite/server): Modified events and data being sent to client 2021-05-20 22:43:57 +10:00
Linden c11148c07e feat(rewrite/config): Set spawn location and slot count 2021-05-20 22:40:29 +10:00
Linden 96e37b8e94 Merge pull request #1 from thelindat/patch-1
GPL v3
2021-05-20 21:48:42 +10:00
Linden 761df322d6 GPLv3 2021-05-20 21:34:14 +10:00
Nick van Duijn 4700676429 added LICENSE 2021-05-20 13:14:36 +02:00
Linden a86774b159 fix(server): Resolve an issue deleting characters 2021-05-20 05:52:29 +10:00
Linden 996f7c617b Update readme.md 2021-05-18 00:35:57 +10:00
Linden e230c28855 fix+refactor(server): Ensure ESX.Jobs gets updated
Also moved the contents of `GetTables()` out and removed the function
2021-05-18 00:31:08 +10:00
Linden eb1eb98376 fix(client): Properly fade screen in/out when loading UI 2021-05-17 21:05:42 +10:00
Linden 837fd4e9a5 improvements(client): Conceal the player during character selection; ensure loading screens are disabled 2021-05-17 20:28:09 +10:00
Linden 646bee37f0 Update readme.md 2021-05-17 15:54:18 +10:00
Linden cdfcb1ebe7 feat: Support logging out to character select 2021-05-17 02:04:46 +10:00
Linden 5d3f2884dc Begin rebranding (refactor+rewrite)
- Kashacters events renamed
- Update MySQL.Async queries to modern standards and remove string concatenation
- Rewrote `GetPlayerCharacters` to only use relevant information
2021-05-17 01:21:11 +10:00
Linden 99f51e1df8 Update readme.md 2021-05-14 02:41:06 +10:00
Linden 9c1f2ede4b Update readme.md 2021-05-13 05:55:29 +10:00
Linden a3fbf7934b Update main.lua 2021-05-13 05:02:04 +10:00