mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 10:39:20 +02:00
4 lines
161 B
Lua
4 lines
161 B
Lua
function onRecord(current, old)
|
|
addEvent(broadcastMessage, 150, "New record: " .. current .. " players are logged in.", MESSAGE_STATUS_DEFAULT)
|
|
return true
|
|
end |