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

highest online

  1. DukeeH

    Lua Check highest level online.

    Hello, I'm trying to rewrite some old scripts and I need help as 1.x (1.3 on my case) doesn't have online column on table players. This is the code I used to have: function onThink(interval) local query = db.getResult("Select * FROM `players` WHERE `level` > 350 and `online`=1 ORDER BY `level`...
Back
Top