fix: esx_identity - notify if creation is wrong

This commit is contained in:
Mycroft
2022-04-30 13:26:47 +01:00
parent 94f72ce1bf
commit 7e660c1380
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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",