SA-MP Forums Archive
I need help with Keys. - 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: I need help with Keys. (/showthread.php?tid=369887)



I need help with Keys. - Challenger11 - 18.08.2012

Where I must put command as key "F".


Re: I need help with Keys. - AliveBG - 18.08.2012

you must put in OnPlayerKeyStateChange.
as
PHP код:
if(newkeys KEY_SECONDARY_ATTACK)
{
   
// here your command




Re: I need help with Keys. - Challenger11 - 18.08.2012

Thanks