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

    Solved Player not geting exp from stages

    Today i got these error on my server my player.lua is ok i think the error is in line 438 function Player:onGainExperience(source, exp, rawExp) if not source or source:isPlayer() then return exp end anyone know how to fix it? my config.lua -- Rates -- NOTE: rateExp is...
  2. E

    Frags tfs 1.x

    Anyone has the script that when player say !frags or !kills show how many unjustified kills he has?
  3. E

    Lua Frag counter

    Having problem with these script. These is how it should work. When the player use !frags...it show how many unjustified kill you have and the time to decrease that...For exemple a player use !frags and say it have 8 unjustified kills...so the players know he can kill 1 more time before he gets...
  4. E

    Lua Frag Remove

    I have these script to when you use a item remove your frags and skull(only work for red and black skull) function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) if isInArray({SKULL_RED, SKULL_BLACK}, player:getSkull()) then player:setSkull(SKULL_NONE)...
Back
Top