Animation Stop "SPACE"
#1

Hey all, i want to know how stop animation using "SPACE" i'm using Raven's Roleplay and to stop the animation use right click and i want change that (disable right click for stop animation).

Any one please.
Reply
#2

EDIT: Post below
Reply
#3

pawn Код:
public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)
{
   if(newkeys & KEY_SPRINT) return ClearAnimations(playerid);
   return 1;
}
EDIT:Someone was faster than me!!
Reply
#4

Thank's all, it work...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)