SA-MP Forums Archive
i need id-s KEY_SECONDARY_ATTACK etc... - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: i need id-s KEY_SECONDARY_ATTACK etc... (/showthread.php?tid=144854)



i need id-s KEY_SECONDARY_ATTACK etc... - hardstop - 29.04.2010

i have added to my gamemode

if(newkeys & KEY_SECONDARY_ATTACK) //"enter" or "F"
{

but i want to know what are other id-s for SPACE button etc..


Re: i need id-s KEY_SECONDARY_ATTACK etc... - Correlli - 29.04.2010

https://sampwiki.blast.hk/wiki/GetPlayerKeys#Key_List


Re: i need id-s KEY_SECONDARY_ATTACK etc... - hardstop - 29.04.2010

Thnx