help KEY_ENTER ERROR HOW to define it?
#5

Quote:
Originally Posted by [XST]O_x
Посмотреть сообщение
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    new string[32];
    format(string, sizeof string, "You have pressed KEY %d", newkeys);
    SendClientMessage(playerid, -1, string);
    return 1;
}
Press enter and see what it prints. I bet it'll print 16.
Thanks alot!
Reply


Messages In This Thread
help KEY_ENTER ERROR HOW to define it? - by UserName31 - 11.08.2013, 19:11
Re: help KEY_ENTER ERROR HOW to define it? - by [XST]O_x - 11.08.2013, 19:12
Re: help KEY_ENTER ERROR HOW to define it? - by UserName31 - 11.08.2013, 19:17
Re: help KEY_ENTER ERROR HOW to define it? - by [XST]O_x - 11.08.2013, 19:22
Re: help KEY_ENTER ERROR HOW to define it? - by UserName31 - 11.08.2013, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)