• 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. Z

    [TFS 1.3] Battle Royale

    Hi! Here is a Battle Royale mode for tfs 1.3 I have beed working on. Now I don't really have time to go on with this so I will leave it here for the community. It was my first time with LUA so there might be some garbage code D: How does it work? Determine area where players can fight in this...
  2. Z

    Lua Registering GlobalEvent onTime dynamically tfs 1.3

    Hi! I'm trying to register global event dynamically inside function. My code looks like this: function registerEvent(plusMinutes) local someEventCreatedDynamically = GlobalEvent("event_name") function someEventCreatedDynamically.onTime(interval) do some stuff on time end...
Back
Top