mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
fix: esx_identity - notify if creation is wrong
This commit is contained in:
@@ -54,7 +54,7 @@ if not Config.UseDeferrals then
|
||||
EnableGui(false)
|
||||
if not ESX.GetConfig().Multichar then TriggerEvent('esx_skin:playerRegistered') end
|
||||
else
|
||||
ESX.ShowNotification(_U('registration_error'))
|
||||
ESX.ShowNotification(_U('registration_error'), "error",5000)
|
||||
end
|
||||
end, data)
|
||||
end)
|
||||
|
||||
@@ -6,7 +6,7 @@ Locales['en'] = {
|
||||
['deleted_character'] = 'Character Deleted.',
|
||||
['error_delete_character'] = "There was a problem deleting your character.",
|
||||
['thank_you_for_registering'] = "Successfully Registered, Enjoy!",
|
||||
['registration_error'] = "There was an issue while Registering your character, please make sure the information Is correct.",
|
||||
['registration_error'] = "Your Data is incorrect.",
|
||||
['debug_xPlayer_get_first_name'] = "Returns Your forename",
|
||||
['debug_xPlayer_get_last_name'] = "Returns Your surname",
|
||||
['debug_xPlayer_get_full_name'] = "Return Your Name",
|
||||
|
||||
Reference in New Issue
Block a user