How do I know the KEYS?
#7

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
  new dbgstr[32];
  format(dbgstr, sizeof(dbgstr), "pressed key(s) = %d", newkeys);
  SendClientMessage(playerid, 0xFFFFFF, dbgstr);
  return 1;
}
Not made by me.
Reply


Messages In This Thread
How do I know the KEYS? - by linthebigs - 07.05.2009, 21:01
Re: How do I know the KEYS? - by ferriswheel - 07.05.2009, 21:13
Re: How do I know the KEYS? - by linthebigs - 07.05.2009, 21:17
Re: How do I know the KEYS? - by ferriswheel - 07.05.2009, 21:18
Re: How do I know the KEYS? - by linthebigs - 07.05.2009, 21:23
Re: How do I know the KEYS? - by ferriswheel - 07.05.2009, 21:25
Re: How do I know the KEYS? - by watkijkje - 07.05.2009, 21:30

Forum Jump:


Users browsing this thread: 4 Guest(s)