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

    Lua !frags tfs 0.2.11pl2 client 9.1

    nothing, same error....:S
  2. marcelao777

    Lua !frags tfs 0.2.11pl2 client 9.1

    yes, have error in console ...
  3. marcelao777

    Lua Annihilator

    go in your annihilator.lua in line 5 and close tag eitch this simbol } -- look your error console ->> annihilator.lua:5: '}' expected (to close '{' at line 1) near 'entry' see u
  4. marcelao777

    Lua !frags tfs 0.2.11pl2 client 9.1

    hi, my script dont work, help please. function onSay(cid, words, param, channel) if(not getBooleanFromString(getConfigValue('useFragHandler'))) then return false end local time = os.time() local times = {today = (time - 86400), week = (time - (7 * 86400))} local contents...
  5. marcelao777

    Reset system or Reborn system tfs 0.2.11.pl2 client 9.1

    now work ..thankssss, i need put in script stages example:
  6. marcelao777

    Reset system or Reborn system tfs 0.2.11.pl2 client 9.1

    i need help in my script of reset error in my console my .lua minlevel = 100 -- level para resetar price = 50000 newlevel = 99 -- level após reset newexp = 4200 -- nova experiencia após reset -- end config function addReset(cid) resets = getResets(cid)...
  7. marcelao777

    buyskill tfs 0.2.11pl2 client 9.1

    i change very very thank - :D
  8. marcelao777

    buyskill tfs 0.2.11pl2 client 9.1

    error in console
  9. marcelao777

    buyskill tfs 0.2.11pl2 client 9.1

    bump
  10. marcelao777

    help with a simple thing.

    my client is 9.10 my distro tfs 0.2.11pl2 in my console show error msg attemp to index global ´db´(a nil value)stack traceback in function callback
  11. marcelao777

    Lua Check name in shopsystem.php

    Hi, my page shopsystem.php is work, but i need to validate the name of the player before purchase, if the name exist in bd etc. follows the code if anyone can help I thank. { $buy_id = (int) $_POST['buy_id']; $buy_name =...
  12. marcelao777

    Lua Blance preimiun points in game - tfs client 9.1 (!blance)

    I need just show balance of the premium_points in game !balance function getAccountPoints(cid) local res = db.getResult('select `accounts`.`premium_points` from accounts where name = \''..getPlayerAccount(cid)..'\'') if(res:getID() == -1) then return false end local ret =...
  13. marcelao777

    buyskill tfs 0.2.11pl2 client 9.1

    My script buyskill removes the item the 9971 from bp but not add the skill, i use tfs 0.2.11pl2 mystic spirit client 9.1 my buyskill.lua help
  14. marcelao777

    Lua Blance preimiun points in game - tfs client 9.1 (!blance)

    lol did not you see? again my balance.lua important detail HELP
  15. marcelao777

    Lua Blance preimiun points in game - tfs client 9.1 (!blance)

    Hi I need see the balance in game of the premium points !balance my balance.lua no work function getAccountPoints(cid) local res = db.getResult('select `accounts`.`premium_points` from accounts where name = \''..getPlayerAccount(cid)..'\'') if(res:getID() == -1) then...
  16. marcelao777

    [9.1] The Forgotten Server v0.2.11pl2 (Mystic Spirit)

    Hi guys, i need help, i use * 9-1-forgotten-server-v0-2-11pl2-mystic-spirit, i need known how i show the window with the commands ( /command ), if i enter with the /command is as write hello, i need show the window with command just this. thank's all for help aahh if can send me a link with...
  17. marcelao777

    Lua !AKF - tfs 0.2.11 client 9.1

    I need help in talkaction !afk (ausent). my talkactions.xml my afk.lua local time = 3 -- Seconds local say_events = {} local function SayText(cid) if isPlayer(cid) == TRUE then if say_events[getPlayerGUID(cid)] ~= nil then if isPlayer(cid) == TRUE then...
Back
Top