Add Missing Countries Data for Character Creation Nationality Selection #269
  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.
  
    
  
    
Describe Pull request
This PR fixes an issue where the nationality selection dropdown was empty during character creation. The fix modifies the
GetNumberOfCharactersserver callback to properly load and send the countries data from countries.json to the client. This is a critical fix as it restores core functionality of the character creation system, allowing players to properly select their character's nationality.The fix:
This should be included in the core as nationality selection is a fundamental feature of character creation and this fix restores intended functionality without introducing new features or dependencies.
Related Issue: [If there's a GitHub issue, reference it here]
Questions:
Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [yes]
Does your code fit the style guidelines? [yes]
Does your PR fit the contribution guidelines? [yes]