• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua [TFS 0.3.6] Start up error

persson2

New Member
Joined
Apr 7, 2014
Messages
60
Reaction score
1
Location
Sweden
Hello, i get this error in my console when i start the server, anyone knows how to fix this?
[Error - GlobalEvent Interface]
[13/07/2016 22:26:26] data/globalevents/scripts/start.lua:eek:nStartup

my start.lua
function onStartup()
db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";")
db.executeQuery('DELETE FROM `player_storage` WHERE `key` = "30016";')
return true
end

Tfs: 0.3.6 (8.6)
 
Back
Top