Key to commands ??
#4

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
 if(newkeys & KEY_NO) //Normal no response is of key "N".
 {
   //Stuffs here.
 }
 return 1;
}
I suggest you to read the wiki of OnPlayerKeyState first.
Reply


Messages In This Thread
Key to commands ?? - by xganyx - 23.06.2013, 08:57
Re: Key to commands ?? - by DobbysGamertag - 23.06.2013, 08:59
Re: Key to commands ?? - by xganyx - 23.06.2013, 09:12
Re: Key to commands ?? - by Lordzy - 23.06.2013, 09:20
Re: Key to commands ?? - by DobbysGamertag - 23.06.2013, 09:20
Re: Key to commands ?? - by Anak - 23.06.2013, 09:46
Re: Key to commands ?? - by xganyx - 23.06.2013, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)