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

    Lua List several storages

    how to cite several arrays at the same time do so but unfortunately is giving this error attempt to get length of local ´p´ <a userdata value> for _,name in ipairs(Game.getPlayers()) do local p = Player(name) if killerGuild ~= nil then if isInAreaTest(getCreaturePosition(p)) == TRUE...
  2. New_Age

    inArea

    Hello guys someone can give me an example of how to add storage to a player that is in a certain area? and the player have a guild in any guild member is in the same area he also wins the storage
  3. New_Age

    Lua It's correct?

    -
  4. New_Age

    Player undergoing player

    Hello everybody okay? was wondering if you can put into a player fails the other is possible how?
  5. New_Age

    onDeath

    personal hello someone may need to help me know if this script is right It is to see whether the player or summon it gave the last hit function onDeath(cid, corpse, killer) local p = Player(cid) if p == nil then return false end if isPlayer(killer) == TRUE then killer =...
  6. New_Age

    Compare with boolean

    Hello guys can someone help me with this error: Attempt to compare number with boolean elseif exhaustion.get (cid, 898)> 0 then
  7. New_Age

    Change

    Hello guys can anyone tell me what I can use instead of > doCreatureChangeOutfit TFS 1.2
Back
Top