chucky91
Veteran OT User
Player record new, dont show at server.
Nostalrius 3.0
Nostalrius 3.0
<globalevent type="record" name="PlayerRecord" script="record.lua"/>
any error for the system does not read this script?function onRecord(current, old)
addEvent(broadcastMessage, 150, "New record: " .. current .. " players are logged in.", MESSAGE_STATUS_DEFAULT)
return true
end