addEvent("datta",true)
addEventHandler("datta",root,function ( )
local plrAccount = getPlayerAccount ( source ) ;
if ( not isGuestAccount ( plrAccount ) ) then
setAccountData ( plrAccount , "Showing" , "No" ) ;
outputChatBox ( "* System : #ffffff تم الغاء اظهار اللوحة لك مرة ثانية",source,255,0,0,true )
end
end ) ;
addEventHandler("onPlayerLogin", root,function ( _ , acc )
if ( getAccountData ( acc , "Showing" ) and getAccountData ( acc , "Showing" ) ~= "No" ) then
triggerClientEvent ( source , "firstlogin" , source )
end
end ) ;