السلام عليكم
وش يسوي الكود ذا
addEventHandler( 'onPlayerJoin', getRootElement( ),
function( )
local aTable = executeSQLQuery( 'SELECT * FROM checkSerials WHERE aSerial = ?', getPlayerSerial( source ) )
if ( type( aTable ) == 'table' and #aTable == 0 or not aTable ) then
end
end
)