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

print

  1. Paulix

    Get all monster info

    I'm trying to print all monster info on my console, so I know how to use it to make my script. I've been making this but looks like there is a lot of tables inside other tables and I can't figure how to make print it all. Here is how I was trying... function onSay(cid, words, param, channel)...
  2. 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