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

array

  1. Fabi Marzan

    Depot Block (Player Outside)

    Greetings, I was trying to make a function that objects cannot be thrown in the deposit while outside an SQM. I have the scripts but it doesn't work for me. function Player:onMoveItem(item, count, fromPosition, toPosition, fromCylinder, toCylinder) local depotIds = {2589, 2590, 2591} local...
  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