dunnish
New Member
- Joined
- Jun 18, 2009
- Messages
- 277
- Solutions
- 1
- Reaction score
- 3
hello i need some help. i get error masages in console when player loggin to my server like this
and this is record.lua
i'm so happy to see you will help me. ofc i will help everyone i can if i see anyone else need my help
i add rep++
sorry for my bad eng
and this is record.lua
Code:
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
i add rep++
sorry for my bad eng