• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Vongac

  1. V

    Lua TFS 0.4 Block Spells

    Try it local config = { { {x = 2253, y = 2318, z = 6}, {x = 2256, y = 2321, z = 6} }, { {x = 2261, y = 2318, z = 6}, {x = 2265, y = 2320, z = 6} } } function onSay(cid, words, param, channel) for i = 1, #config do local from = {x = config[i][1].x, y = config[i][1].y, z =...
Back
Top