Key detection while in textdraw selection mode
#16

Quote:
Originally Posted by MafiaOink
Посмотреть сообщение
You can always use GetAsyncKeyState
Ever tried iPleoMax's TD editor? He has made a plugin which can detect the Virtual Key's using GetAsyncKeyState in C++

Try this code, Make your own plugin or use his..
Credits: iPLeoMaX
Код:
cell* Buff;

cell AMX_NATIVE_CALL GetVirtualKeyState(AMX* amx, cell* params)
{
	return GetAsyncKeyState(params[1]);
}
Untested but it will work, Try his TD Editor, His plugin detects the keys even if he is on a Textdraw Selection or Dialog.
Interesting for sure. After having spent a little over an hour trying to use PAWN functions to achieve this, C++ may be the way to go.

Are you referring to his filterscript?
Reply


Messages In This Thread
Key detection while in textdraw selection mode - by cawfee - 24.11.2015, 21:05
Re: Key detection while in textdraw selection mode - by ATGOggy - 25.11.2015, 00:39
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 25.11.2015, 01:30
Re: Key detection while in textdraw selection mode - by Threshold - 25.11.2015, 03:13
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 25.11.2015, 04:34
Re: Key detection while in textdraw selection mode - by kartik - 25.11.2015, 08:34
Re: Key detection while in textdraw selection mode - by CmZxC - 25.11.2015, 10:29
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 25.11.2015, 12:17
Re: Key detection while in textdraw selection mode - by Sgt.TheDarkness - 25.11.2015, 16:14
Re: Key detection while in textdraw selection mode - by Sascha - 25.11.2015, 16:48
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 26.11.2015, 00:05
Re: Key detection while in textdraw selection mode - by cawfee - 26.11.2015, 02:34
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 26.11.2015, 03:03
Re: Key detection while in textdraw selection mode - by cawfee - 26.11.2015, 03:50
Re: Key detection while in textdraw selection mode - by MafiaOink - 26.11.2015, 03:58
Re: Key detection while in textdraw selection mode - by cawfee - 26.11.2015, 04:07
Re: Key detection while in textdraw selection mode - by Sew_Sumi - 26.11.2015, 04:46
Re: Key detection while in textdraw selection mode - by [ABK]Antonio - 26.11.2015, 04:54
Re: Key detection while in textdraw selection mode - by Pottus - 26.11.2015, 05:17
Re: Key detection while in textdraw selection mode - by cawfee - 26.11.2015, 05:47

Forum Jump:


Users browsing this thread: 1 Guest(s)