This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@georgexcarl
GeorgeXCarl
is there any way i can detect other keybinds for?example
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { ? ? ?if((newkeys & KEY_P) || (newkeys & KEY_Z)) ? ? ?{ ? ? ? ? ? // which is detecting the key "P" or key "Z" ? ? ?} ? ? ?return 1; }
Please sign up or log in to reply