
SilenceRoot
Membro
-
Registro em
-
Última visita
Solutions
-
SilenceRoot's post in (Resolvido)Recorde de players online was marked as the answerTenho esse
Globalevents
function onRecord(current, old, cid) db.executeQuery("INSERT INTO `server_record` (`record`, `world_id`, `timestamp`) VALUES (" .. current .. ", " .. getConfigValue('worldId') .. ", " .. os.time() .. ");") addEvent(doBroadcastMessage, 150, "New record: " .. current .. " players are logged in.", MESSAGE_STATUS_DEFAULT) end