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

Search results

  1. SixNine

    TFS 1.X+ player_deaths stores only one death per player

    local deathListEnabled = true local maxDeathRecords = 5 function onDeath(player, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified) local playerId = player:getId() if nextUseStaminaTime[playerId] then nextUseStaminaTime[playerId] = nil end...
  2. SixNine

    TFS 1.X+ player_deaths stores only one death per player

    https://pastebin.com/V7j2E62g
  3. SixNine

    TFS 1.X+ player_deaths stores only one death per player

    TFS 1.2 Hello, i noticed that in database my player_deaths table stores only one death per player table structure
  4. SixNine

    OTCV8 How to create working top menu icon

    Sent you invite
  5. SixNine

    OTCV8 How to create working top menu icon

    dont want too disturb you, thats why.
  6. SixNine

    OTCV8 How to create working top menu icon

    more ideas?
  7. SixNine

    MyACC my characters.html.twig shows only one death table row

    damn thats fucked up then
  8. SixNine

    MyACC my characters.html.twig shows only one death table row

    Something is wrong, i killed player id 1715 like 5 times but in database it shows only one death. All players have only on death it doesnt store more then one deaths for some reason
  9. SixNine

    OTCV8 How to create working top menu icon

    so if i have this function or im not even sure if its right function to use function create() if window then return end window = g_ui.displayUI("crafting") window:hide() categories = window:getChildById("categories") craftPanel = window:getChildById("craftPanel") itemsList =...
  10. SixNine

    OTCV8 How to create working top menu icon

    I dont see how this should even work, it just creates a buttom with zero functionality
  11. SixNine

    OTCV8 How to create working top menu icon

    They look to complicated and each one of them are different and have like million of code parts linked to each line. Like game_shop it needs to add code in onStoreInit like (createShop()) when i dont even have callback like that, so wtf.
  12. SixNine

    OTCV8 How to create working top menu icon

    still looking
  13. SixNine

    MyACC my characters.html.twig shows only one death table row

    Hi, so i noticed only now that my Death section shows only one death rows when it should show 10 rows of player deaths. So im not sure where is the issue {% if deaths|length > 0 %} <!-- DEATHS --> <br/> <table border="0" cellspacing="1" cellpadding="4"...
Back
Top