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

Search results

  1. Lyu

    Lua vector helper

    Hi, here's a simple lua vector helper i just wrote: --[[ Lua vector helper created by Lyµ Discord: Lyµ#8767 ]] vector = {} setmetatable(vector, { __call = function(self, ...) local obj = {...} return setmetatable(obj, {__index = self}) end }) function...
  2. Lyu

    Cam System 10.98 (TFS 1.3)

    Hello OTLand, I'm new here in the forum, allow me to introduce myself, my name is Lyu and I'm a Programmer. A few weeks ago I developed a very interesting and advanced level system, I'm talking about the Cam System, a system that collects packets during gameplay and forms a recording from that...
Back
Top