04.06.2010, 20:03
Quote:
Originally Posted by [SARP
Michael Williams ]
Oh, ok. Makes sense. Seems like a lot of work. I have another question, how do I get animations onto my server, and add them into the script so when they do something, it will do an animation. and also, how do I make it so when they press a certain button something happens? |
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
pawn Код:
if(newkeys == KEY_JUMP)
{
SendClientMessage(playerid,COLOR,"You have pressed JUMP BUTTON");
}