28.03.2010, 08:45
how to make them have an animation?
Like on class selection, they can do anims? how would i do that?
Like on class selection, they can do anims? how would i do that?
public OnPlayerRequestClass(playerid, classid) {
// Your animation code. - http://www.wiki.sa-mp.com/wiki/ApplyAnimation -
return 1;
}
Originally Posted by Carlton
Use OnPlayerRequestClass. It will look something like this.
pawn Код:
|
Originally Posted by iLcke
Im not stupid.
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1, 1,1,1); is the animation i want to apply, but when i put it by the class selection stuff, it dont work. Quote:
and that dont work either :/ |