Hya chaps,
How do I detect if the player has pressed the left or right arrow keys ?
I suppose you could do that with `onPlayerGameKeysChange (http://forum.vc-mp.org/?topic=212.msg1130#msg1130)(...)`
If you want ONLY left or right arrow detection then you need bindkey but if you need Game key which acts at those keys then the above function.
Good luck chap ;)
perfect, thanks chaps