SA-MP Forums Archive
[FilterScript] [FS][Devel] Key detection - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS][Devel] Key detection (/showthread.php?tid=111688)



[FS][Devel] Key detection - KKashimia - 03.12.2009

I've made a fs, that's useful when you need to find key's or key combinations's in an integer format.
Supports analog controler coordinates (updown,leftright) and key id's.

Dowload:
http://drop.io/sampkeydetect

Screenshots:
Walking:

Lifting the fork:

Doing a burnout:

Doing a wheelie while looking right





Re: [FS][Devel] Key detection - NeRoSiS - 03.12.2009

This is extremely useful, nice work.


Re: [FS][Devel] Key detection - KKashimia - 03.12.2009

some of the keys are not defined in a_samp


Re: [FS][Devel] Key detection - NeRoSiS - 03.12.2009

Quote:
Originally Posted by Seif_
Quote:
Originally Posted by Wazza!
This is extremely useful, nice work.
It's faster to just use in the script, for example, KEY_SPRINT+KEY_FIRE rather than using the exact ID of both of them combined.
I disagree in all honesty, I find the list on the wiki hard to understand with the way it's sorted, at least with this you can exactly what you want every time, it may take a little longer but it's worth it.


Re: [FS][Devel] Key detection - boelie - 06.03.2010

Good one ! Cheers


Re: [FS][Devel] Key detection - XRVX - 06.03.2010

nice script


Re: [FS][Devel] Key detection - Bonbon - 06.03.2010

Jou, its nice.
But i think, everyone can go in the a_samp include.
There are lots of Key Name defined.
But nice work
ThX


Re: [FS][Devel] Key detection - sushihusi - 21.03.2010

Good it is useful