Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
OnPlayerKeyStateChange isn't called when a player pressed the arrow keys. You will have to catch those key strokes through OnPlayerUpdate.
Posts: 67
Threads: 21
Joined: Sep 2010
Reputation:
0
Hello, i see do i just call it under OnPlayerUpdate? KeysCheck(playerid);