25.09.2009, 02:24
i was just testing round with it but i cant seem to get it to work
i've looked at the wiki page for it
well heres the code
it compiles no errors i just dont know why it doesnt work
i've looked at the wiki page for it
well heres the code
Код:
forward Jump(playerid);
Код:
public Jump(playerid)
{
new keys, updown, leftright;
GetPlayerKeys(playerid, keys, updown, leftright);
if(keys == KEY_JUMP)
{
SendClientMessage(playerid,0xFFFFFFFF,"JUMP has been pressed");
}
return 1;
}


