Jump to content

Recommended Posts

Hello devs!

I have this sysser on client.

can you help me;

Sysser:

0605 18:59:06509 :: Traceback (most recent call last):

0605 18:59:06509 ::   File "game.py", line 1339, in OnKeyUp

0605 18:59:06509 :: TypeError
0605 18:59:06509 :: : 
0605 18:59:06509 :: unsubscriptable object

game.py(line:1393-1406):

		else:
			hyperlink = ui.GetHyperlink()
			if hyperlink:
				if app.IsPressed(app.DIK_LALT):
					link = chat.GetLinkFromHyperlink(hyperlink)
					ime.PasteString(link)
				else:
					self.interface.MakeHyperlinkTooltip(hyperlink)
				return
			else:
				player.SetMouseState(player.MBT_LEFT, player.MBS_CLICK)

		#player.EndMouseWalking()
		return TRUE

line 1339:

else:
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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.