Closed
Conversation
…ter) Inventory was loading before firstName and lastName were assigned to new characters when multicharacter was disabled. Fix: * Check if multicharacter is disabled (Config.Multichar) * Identify new characters (isNew) * Wait for firstName and lastName to exist * Recheck every 3 seconds Ensures identity data loads before inventory initializes
…n non-multicharacter Delay ox_inventory load until character identity is set (non-multicharacter) Inventory was loading before firstName were assigned to new characters when multicharacter was disabled. Fix/Changes: * Check if multicharacter is disabled (Config.Multichar) * Identify new characters (isNew flag) * Wait for firstName to be registered * Implement 2-minute timeout to prevent infinite loops * Log warning if registration fails to complete in time * Continue loading inventory anyway after timeout Ensures identity data loads before inventory initializes
…th timeout handling
feat(es_extended): add xPlayer.updatePlayerData
fix(es_extended): fix coordinate cmd handler arg
Updated documentation link to point to esx_core.
Updated the documentation link for ESX Context.
Updated documentation link for ESX Notify.
Updated documentation link for ESX Multi-Character.
Updated the documentation link for ESX Identity.
Updated documentation link for ESX Loading Screen.
Updated documentation link to point to the correct ESX TextUI documentation.
Updated documentation link to point to the correct ESX documentation.
Updated documentation links in README.md for ESX Cron.
Updated documentation links in README.md for SkinChanger.
|
|
Fix documentation links in readme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation
Implementation Details
Usage Example
-- Add example usage herePR Checklist