• 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!

Recent content by dodorox1

  1. D

    WAR SYSTEM PROBLEM!

    its m06-187-862 try to use this man :id 581 359 731 Password : 9b23pu
  2. D

    WAR SYSTEM PROBLEM!

    it's just m at the meeting id
  3. D

    WAR SYSTEM PROBLEM!

    so what could i do ? i tried it now and it still like that iam level 186 and got guild and iam leader of it
  4. D

    WAR SYSTEM PROBLEM!

    okay it's id :581 359 731 pass 9b23pu
  5. D

    WAR SYSTEM PROBLEM!

    oh i am the guild leader +and i have a guild+maybe the required level
  6. D

    WAR SYSTEM PROBLEM!

    so i delete it from the script?
  7. D

    WAR SYSTEM PROBLEM!

    k there is a problem when i try to say anything 09:51 You cannot execute this talkaction.
  8. D

    WAR SYSTEM PROBLEM!

    function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) < GUILDLEVEL_LEADER) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You cannot execute this talkaction.") return true end...
  9. D

    WAR SYSTEM PROBLEM!

    I need help here.my war system works and all but when i try to accept the war the command doesn't works like i say just a message example 'hi' I just found out something.when i say /war accept without saying the enemy guild name it works .and if i say /war accept and my guild name it works and...
  10. D

    war system

    using tfs 0.3.6 error :http://prntscr.com/7m3bo1
  11. D

    war system

    Alright,everyone i have an script but when i invite a guild to war it sends it but when i try to accept it says no pending invitation for guild ..... script function onSay(cid, words, param, channel) local guild = getPlayerGuildId(cid) if(not guild or getPlayerGuildLevel(cid) <...
Back
Top