• 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!

Help Mysql Query Rep++!

Aklovo

Enjoy It
Joined
Dec 30, 2009
Messages
453
Reaction score
12
Location
México
Hello someone can Help me? I Download a DataPack and I got this error:


Code:
[13:18:59.473] [Error - GlobalEvent Interface] 
[13:18:59.473] data/globalevents/scripts/start.lua:onStartup
[13:18:59.473] Description: 
[13:18:59.473] data/globalevents/scripts/start.lua:2: attempt to call field 'executeQuery' (a nil value)
[13:18:59.473] stack traceback:
[13:18:59.473] 	data/globalevents/scripts/start.lua:2: in function <data/globalevents/scripts/start.lua:1>

And this is the start.lua:

PHP:
function onStartup()
	db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";")
	return true
end

What commands/tables should I add to my mysql? =S Thx!
Help plx Rep++
 
Back
Top