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

    Lua Clicks problem Dont understand

    Its works, what you changed? Teach me please
  2. nevix

    Lua Clicks problem Dont understand

    Any help?
  3. nevix

    Lua Clicks problem Dont understand

    No, when normal player used portal dont appear. When GM used it's working perfecly
  4. nevix

    Lua Clicks problem Dont understand

    When normal player click on item nothing happinned: When GM preesed on item: Here my script: local t = { sec = 10, sec2 = 5, portal = {x = 32346, y = 32224, z = 7}, itemid = 11796, active = 1, cooldown = 10, storage = 15004 } function onUse(cid, item, fromPosition, itemEx...
  5. nevix

    [10.77][TFS 1.2] ORTS, a real map project

    I will include own svarground
  6. nevix

    [10.77][TFS 1.2] ORTS, a real map project

    I just removed from Actions,movements,globalevents, svarground scripts. Now my server working stability and no errors.
  7. nevix

    Solved GET position

    THx bro atlast i created first my script ^^
  8. nevix

    Starting server error

    DOwnload aac https://github.com/Znote/ZnoteAAC create account.
  9. nevix

    God account help

    Download some AAC, https://github.com/Znote/ZnoteAAC install it and you will easy create account ^^
  10. nevix

    Solved GET position

    It works perfectly :) One more question. I want create portal near me but something dont work: my all code local t = { sec = 10, sec2 = 5, portal = {x = 32346, y = 32224, z = 7}, portalwhere = {x = getCreaturePosition(cid).x, y = getCreaturePosition(cid).y+1, z = getCreaturePosition(cid).z}...
  11. nevix

    Solved GET position

    Thx :)
  12. nevix

    TFS 1.0 floaty text.

    <globalevent name="EffectTile" interval="3000" script="effectile.lua"/>
  13. nevix

    Solved GET position

    Its posible My cords save into storage Value?
  14. nevix

    Solved GET position

    One more question. Posible like this: doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Your storage X: " .. getPlayerStorageValue(cid, 15000).."") cords = {x = getCreaturePosition(cid).x, y = getCreaturePosition(cid).y, z = getCreaturePosition(cid).z} setPlayerStorageValue(cid, 15000, cords)...
  15. nevix

    Solved GET position

    Thx bro, u awesome :)
  16. nevix

    [10.77][TFS 1.2] ORTS, a real map project

    Yea, its problem with svarground area i tested it
  17. nevix

    Solved Need help with UID

    My script working perfectly :) SO intresting to create anything :D local t = { sec = 5, sec2 = 5, portal = {x = 32346, y = 32224, z = 7}, portalwhere = {x = 32347, y = 32219, z = 7}, itemid = 11796, active = 2 } function onUse(cid, item, fromPosition, itemEx, toPosition)...
Back
Top