where to download phpMyAdmin
When i do a big update how can i let all the players to start at temple!
function onStartup()
db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";")
db.executeQuery("UPDATE players SET posx = 32369, posy = 32241, posz = 7;")
return TRUE
end
<globalevent name="serverstart" type="start" event="script" value="start.lua"/>