01.11.2012, 11:59
Hey everyone.
Does anyone knows, what ID has the ESC button?
I have tried to determine if using this little code:
However, it didn't worked when I've pressed this escape btn (nothing was shown in the chat window)
.. is this id even exists?
Greetz,
LetsOWN
Does anyone knows, what ID has the ESC button?
I have tried to determine if using this little code:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
new sprunk[32];
format(sprunk, 32, "%d - %d", newkeys, oldkeys);
SendClientMessage(playerid, 0xaacc00ff, sprunk);
return 1;
}
.. is this id even exists?
Greetz,
LetsOWN