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

table

  1. J

    Myacc problem with shop

    Hello guys I have problem when i open page shop I see like that My script is Gifts.php is Can somebody help me ?I dont have table "
  2. 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...
  3. P

    [SQL] how to create fk int in TABLE

    Filme COD (int, pk) nome(varchar 20, not null) nascimento(datetime, not null) obs(tinybit, not null) obs2(int, fk, not null) I thought of something of the type create table filme ( COD int PRIMARY KEY AUTO_INCREMENT, nome varchar(200) NOT NULL, nascimento datetime NOT NULL, obs tinyint NOT...
  4. Kuzyn

    Solved ZnoteACC and houses (RME)

    Hey. How I can add houses to the ZnoteACC? I tried adding house in RME but as I predicted, didnt work :P
  5. Colandus

    Some table functions!

    Alright, now it's time for me to release my table functions! :) Here they are (explanation below): -- ~##TABLE::FUNCTIONS::BY::COLANDUS##~ -- FIND_NOCASE = 0 FIND_PATTERN = 1 FIND_PATTERN_NOCASE = 2 function table.find(t, v, c) -- function 100% by Colandus! if type(t) ~= "table" then...
Back
Top