• 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

    MyACC characters how to show kills

    sent you message in private
  2. SixNine

    MyACC characters how to show kills

    buump
  3. SixNine

    MyACC characters how to show kills

    My bad https://pastebin.com/ZYGKncnp
  4. SixNine

    MyACC characters how to show kills

    The issue is that its not used anywhere to show how many kills player have overall. Something that is related with kills is in lastkills.php and thats it <?php/** * Last kills * * @package MyAAC * @author Gesior <jerzys - Pastebin.com (https://pastebin.com/7sBFaT09) so i dont know myself...
  5. SixNine

    MyACC characters how to show kills

    It uses non because trough sublime it found only used in characters.php in entire system folder
  6. SixNine

    MyACC characters how to show kills

    Im looking at the frags in player_deaths
  7. SixNine

    MyACC characters how to show kills

    Its not zero https://i.gyazo.com/28ad0a369b9c1ceeb4d6622c9d90e6ef.png https://i.gyazo.com/d6584710f6909f7f358e374e74134e77.png
  8. SixNine

    MyACC characters how to show kills

    Hmm still zero. Maybe its issue with overall characters.php and we editing the wrong code part? https://pastebin.com/EMgs3SFz
  9. SixNine

    MyACC characters how to show kills

    Yes as you can see those two deaths are unjustified and it says killed by Test2 and mostdamage_by Test2
  10. SixNine

    MyACC characters how to show kills

    Still 0
  11. SixNine

    MyACC characters how to show kills

    Hmm it doesnt work :/ Last Kill page Player1 died at level 101 by Player2. Player1 character page Killed at level 101 by Player2.. But Player2 still have 0 Kills. Tried clearing cache, using different browsers but still zero
  12. SixNine

    MyACC characters how to show kills

    So weird that its player_deaths but im getting Parse error: syntax error, unexpected 'COUNT' (T_STRING), expecting ')' in C:\xampp\htdocs\system\pages\characters.php on line 130 $frags_enabled = tableExist('player_deaths') && $config['characters']['frags']; $frags_count = 20...
  13. SixNine

    MyACC characters how to show kills

    tfs 1.2
  14. SixNine

    MyACC characters how to show kills

    bump
  15. SixNine

    MyACC characters how to show kills

    Hi i have custom character page and for some reason it doesnt show kills it always stays at zero i think its these code parts '.$twig->render('characters.html.twig', array( 'outfit' => isset($outfit) ? $outfit : null, 'player' =>...
  16. SixNine

    Tfs 1.3 - MyAAc - !report command - Revscript

    I think it would look cooler if it was seperate page/menu called reports that everyone could see them so similar reports wont be commited and everyone would see them and track whats going on and when admin enters that page he can edit those reports like closing them or putting on hold or...
  17. SixNine

    Lua TFS 1.2 Task system issues

    Yea probably but its weird because in different systems using exact same method pretty much Yea i can. I think its this one but there is a lot of parts of it, not even sure because its not me who created this feature if rewards.addItem and next(rewards.addItem) then local...
  18. SixNine

    Lua TFS 1.2 Task system issues

    Okay fixed it myself had to use my reward feature from functions.lua which is in config addExperience = 15000, addItem = {{id = 12779, count = 20}, {id = 12757, count = 1}, {id = 8266, count = 1}} and replacing if statements with player:takeReward(playerTask) Thanks @Itutorial...
  19. SixNine

    Lua TFS 1.2 Task system issues

    getting nothing no exp no items
  20. SixNine

    Lua TFS 1.2 Task system issues

    Yea it does if playerTask.itemRewards then print(1) player:addItem(playerTask.itemRewards[1], playerTask.itemRewards[2]) end printed 1 https://gyazo.com/4b1b7e30b0a64a747bc13a76fc922a82
Back
Top