Serial = {
["سريالكـ"] = true,
}
addEventHandler("onPlayerChangeNick",root,
function (old,new)
local getSerial = getPlayerSerial (source)
if ( new ~= "النكـ" ) then return end
if ( new == "النكـ" and Serial[getSerial] ) then
return outputChatBox ( "تم التحقق من اسمك بـ السريال بـ نجاح (=", source, 255, 255, 0, true )
else
outputChatBox ( "لم يتم التحقق من الـ : السريال ويبدو انة ليس : النكـ", root, 255, 255, 0, true )
banPlayer ( source, false, false, true, source, "السبب" )
cancelEvent()
end
end
)