Key to commands ??
#6

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
 if(newkeys & KEY_NO) //No key
 {
   // do something here !
// example:
 SendClientMessage(playerid, -1," noob!!!");//.....
//etc
 }
 return 1;
}
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: 3 Guest(s)