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

db.query

  1. Sir Bugg

    Solved [TFS 1.3] Create playerdata table of an offline player

    Using TFS 1.3 - This may be a tricky one to explain, but let's see how it goes. I've searched the forums up and down but haven't quite found what I'm looking for. Creating a variable for playerdata returns nil unless that player is actually online. For example, it's the playerdata table that's...
  2. E

    TFS 1.X+ SQL query option to former 'online' player column

    hi guys, we used to have a 'online' column in players table, now we got the player_id in the players_online table, how do I make this query work with the new table? instead of "where online = 1;" I need the SQL equivalent of "where player_id is present in the players_online table"
Back
Top