local firstName = xPlayer.get('firstName')
local lastName = xPlayer.get('lastName')
if not string.match(firstName, "^%a+$") or not string.match(lastName, "^%a+$") then
print("玩家的名字或姓氏包含非字母字符,无法删除身份信息")
return
end
将这段注释掉
local firstName = xPlayer.get('firstName')
local lastName = xPlayer.get('lastName')
if not string.match(firstName, "^%a+$") or not string.match(lastName, "^%a+$") then
print("玩家的名字或姓氏包含非字母字符,无法删除身份信息")
return
end
将这段注释掉
local firstName = xPlayer.get('firstName')
local lastName = xPlayer.get('lastName')
if not string.match(firstName, "^%a+$") or not string.match(lastName, "^%a+$") then
print("玩家的名字或姓氏包含非字母字符,无法删除身份信息")
return
end
将这段注释掉
[ script:esx_identity] SCRIPT ERROR: @esx_identity/server/main.lua:367: attempt to call a nil value (global 'checkNameFormat')
[ script:esx_identity] > handler (@es_extended/server/modules/callback.lua:19)
[ script:es_extended] SCRIPT ERROR: error object is not a string
注释掉后会出现这个报错,注册功能用不了
[ script:esx_identity] SCRIPT ERROR: @esx_identity/server/main.lua:367: attempt to call a nil value (global 'checkNameFormat')
[ script:esx_identity] > handler (@es_extended/server/modules/callback.lua:19)
[ script:es_extended] SCRIPT ERROR: error object is not a string
注释掉后会出现这个报错,注册功能用不了