SA-MP Forums Archive
[Suggestion] Fix Chat Open 'T' - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Suggestion] Fix Chat Open 'T' (/showthread.php?tid=561450)



[Suggestion] Fix Chat Open 'T' - ][Noname][ - 03.02.2015

Key 'T' - open chat
But if you change keyboard language Key 'T' - will not work

Reason:
Key detection method - WM_CHAR case 't': and case 'T':
As result it don't work in other language

Suggestion to fix:
change key detection method as it used for VK_F6 to - WM_KEYUP
find value will be same - 'T'


Re: [Suggestion] Fix Chat Open 'T' - RoboN1X - 03.02.2015

Or alternatively you can press ` or F6 to type...


Re: [Suggestion] Fix Chat Open 'T' - ][Noname][ - 03.02.2015

` - also don't work in other language

Only F6 work because it use WM_KEYUP method


Re: [Suggestion] Fix Chat Open 'T' - ATomas - 03.02.2015

Use F6


Re: [Suggestion] Fix Chat Open 'T' - DRIFT_HUNTER - 03.02.2015

Actually these is easy to fix so why not...key mapped to Y always has same id/code (Example would be that textdraw editor that iPleomax made...)