20.10.2012, 12:56
Quote:
|
You can only detect keys that are predefined in san andreas such as key_fire or something. i dont think N is one of them.
You can use it if you tell your players to assign N to the fire key or something..sop if you detect key_fire he wud be pressing N :P |
Search before posting that.
SkyWings
Put this OnPlayerKeyStateChange
PHP Code:
if(newkeys & KEY_NO) //KEY_NO = N
{
//code here
}


