26.11.2015, 04:07
Quote:
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]); } |
Are you referring to his filterscript?