This commit is contained in:
P Gergő
2022-12-16 16:44:22 +01:00
committed by GitHub
parent caccbe492d
commit a9562d97d4
+1 -1
View File
@@ -374,7 +374,7 @@ else
ESX.RegisterServerCallback('esx_identity:registerIdentity', function(source, cb, data) ESX.RegisterServerCallback('esx_identity:registerIdentity', function(source, cb, data)
local xPlayer = ESX.GetPlayerFromId(source) local xPlayer = ESX.GetPlayerFromId(source)
if not checkNameFormat(data.firstname) then if not checkNameFormat(data.firstname) then
TriggerClientEvent('esx:showNotification',source,(TranslateCap('invalid_firstname_format'), "error") TriggerClientEvent('esx:showNotification',source,TranslateCap('invalid_firstname_format'), "error")
return cb(false) return cb(false)
end end
if not checkNameFormat(data.lastname) then if not checkNameFormat(data.lastname) then