[Help] How can i apply an animation on my npc? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] How can i apply an animation on my npc? (
/showthread.php?tid=105806)
[Help] How can i apply an animation on my npc? -
evilinside - 31.10.2009
I tried to record npc while animating,it didnt worked.
I tried to apply animation
Code:
if(!strcmp(npcname, "Home3", true)) //Homeless3 Getting Skin
{
SetPlayerSkin(playerid,212);
ApplyAnimation(playerid,"BEACH","ParkSit_M_loop ",4.1,0,0,0,0,0);
didnt work aswell
help me plz
btw as u noticed im a noob scripter,started a while ago.
Re: [Help] How can i apply an animation on my npc? -
saiberfun - 31.10.2009
i guess just apply it while you are recording.
Re: [Help] How can i apply an animation on my npc? -
[Driver] - 31.10.2009
Quote:
Originally Posted by evilinside
I tried to record npc while animating,it didnt worked.
|
Re: [Help] How can i apply an animation on my npc? -
saiberfun - 31.10.2009
Quote:
Originally Posted by [Driver
]
Quote:
Originally Posted by evilinside
I tried to record npc while animating,it didnt worked.
|
|
oh sry didn't see
well long time i didn't work with npcs anymore
n didn't work on pawn 2weeks anymore lol
hmmm
but maybe try to download
V1ce C1ties 21Dance NPC Mode
it got anims on it
I guess u can learn it from there.
Re: [Help] How can i apply an animation on my npc? -
evilinside - 31.10.2009
everything is AMX there.
Re: [Help] How can i apply an animation on my npc? -
[Driver] - 31.10.2009
Would be great if anyone could help both of us
Re: [Help] How can i apply an animation on my npc? -
GhOstY93 - 31.10.2009
ApplyAnimation (Bot ID, etc..) ??
read this maybe it helps....
http://forum.sa-mp.com/index.php?topic=20396.0
Re: [Help] How can i apply an animation on my npc? -
zpatecnik - 01.11.2009
Hi. My NPC is walking around the Village and i want to stop him and then set animation. How can I do that please?