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

    TFS 1.X+ Map bugs server

    Hello, guys. Last week I posted a question about the regeneration condition isn't working on my server, so I solved this problem changing the map to default (that comes with project on gitHub tfs 1.3). I really don't know why this is happening, if I use a custom map (if I create a new one...
  2. T

    TFS 1.X+ Condition not working

    Hello, guys. I can't set two different conditions in player, no error in console or something else. This is my test script: local condition1 = Condition(CONDITION_ATTRIBUTES, CONDITIONID_DEFAULT) condition1:setParameter(CONDITION_PARAM_TICKS, 10000) condition1:setParameter(CONDITION_PARAM_SUBID...
  3. T

    TFS 1.X+ Modal Window

    Hello, guys. Any chance to get text from choiceId in my modal window? See: The function is: function onModalWindow(player, modalWindowId, buttonId, choiceId) I can access the choiceId, but what about the "choice name"? Is it possible?
  4. T

    TFS 1.X+ Error installing VCPKG

    Hello, guys. I'm trying to install VCPKG to compile my sources (TFS 1.3), and I can't proceed with other steps because this error. I following this tutorial: compiling Images: ERROR: Someone can help me? Thanks.
Back
Top