Jump to content

Recommended Posts

            #TAG system
        if gamemasta.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(kral_lonca_live)")
        if gamemasta2.find("[KRAL]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(kral_live)")
        if gamemasta2.find("[VIP]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(vip_live)")
        if gamemasta2.find("[AVCI]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(avci_live)")
        if gamemasta2.find("[PRENSES]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(prenses_live)")
        if gamemasta2.find("[KRALICE]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(kralice_live)")
        if gamemasta2.find("[DEV]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(juliet_pma)")
        if gamemasta2.find("[PRENS]")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(prens_live)")
        if gamemasta2.find("[Admin]Whisky")!=-1 and constInfo.GM_MARK == 0:
            constInfo.GM_MARK = 1
            net.SendChatPacket("(leonardo_gameadmin)")
            
            #TAG system END

There is an error in TAG system.When I enter game it didnt give any error .But TAG system dont work.I found an error in Client log:

0519 18:38:13269 ::  !! PARSING ERROR - Strange Command : DEV

This is the part of the code gave this error:

if gamemasta2.find("[DEV]")!=-1 and constInfo.GM_MARK == 0:

            constInfo.GM_MARK = 1

 

I opened a char. named [DEV]Night It shows no tag sign on him.

what can be the problem ?

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.