Author Topic: [Patched] IME Bug  (Read 2371 times)

0 Members and 1 Guest are viewing this topic.

Offline ysc3839

  • Street Thug
  • *
  • Posts: 15
    • View Profile
[Patched] IME Bug
« on: August 20, 2013, 07:17:17 am »
I'm from China, and I have Chinese ime. Usually I forget to turn off the ime, then I pressed a key in game, the game will crash!!Now I found a function to disable ime, it's name is "ImmAssociateContext",see it on msdn http://msdn.microsoft.com/en-us/library/windows/desktop/dd318171.

Code:
Code: [Select]
ImmAssociateContext(hWnd, NULL);
« Last Edit: September 07, 2013, 12:44:24 am by stormeus »

Offline ysc3839

  • Street Thug
  • *
  • Posts: 15
    • View Profile
Re: [BUG]Ime Bug
« Reply #1 on: August 20, 2013, 07:21:37 am »
I wrote an asi plugin to fix it!

Download: https://ysc3839.googlecode.com/files/GtaVCImeFixer.zip

Just put it in VC directory, and add "GtaVCImeFixer.asi" in vcmp_config.txt "game_allowedmods" http://forum.vicecitymultiplayer.com/index.php?topic=6009.0

« Last Edit: August 20, 2013, 07:24:34 am by ysc3839 »

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: [Patched] IME Bug
« Reply #2 on: September 07, 2013, 12:44:35 am »
Patched in client.
Do not PM me for support.