I need to use onPlayerKeyStateChange, but the wiki doesn't show anything about it, just that it exist.
I'm trying to add info when a player press some buttons.
This is how I did:
if(newkeys && "Y") {
But it is not working... and when I press a moveable key of ped, the info appears.
How to fix it ?
( here I use server-side script )