SA-MP Forums Archive
Horn Key? - 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: Horn Key? (/showthread.php?tid=240421)



Horn Key? - PhotoMuffin - 15.03.2011

What is the name of the horn key like KEY_JUMP...?
I searched on GetPlayerKeys already but i couldn't find it. Dam


Re: Horn Key? - Ironboy - 15.03.2011

like this only
pawn Код:
KEY_HORN



Re: Horn Key? - PhotoMuffin - 15.03.2011

C:\Users\User\Documents\sa-mp\filterscripts\VehFunctions.pwn(326) : error 017: undefined symbol "KEY_HORN"


Re: Horn Key? - Ironboy - 15.03.2011

put this on the top of your script
pawn Код:
#define KEY_HORN 2



Re: Horn Key? - PhotoMuffin - 15.03.2011

Thanks


Re: Horn Key? - Ironboy - 15.03.2011

you are welcome