Anims help - 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: Anims help (
/showthread.php?tid=162641)
Anims help -
Jamal' - 24.07.2010
Hello i want to put one anim but im confused i tryed to search but not succed xD
the anim code is : dnce_M_e
And i want to put here else if (strcmp(cmdtext, "/dance1", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid,"BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
}
return 1;
}
How i can make it?I never scrypt anims :\ and im very noob xD help
Re: Anims help -
Jamal' - 24.07.2010
else if (strcmp(cmdtext, "/dance1", true)==0)
{
if (GetPlayerState(playerid)== 1)
{
ApplyAnimation(playerid,"DANCING", "dnce_M_e", 4.0, 1, 0, 0, 0, 0);
}
return 1;
}
Re: Anims help -
Jamal' - 24.07.2010
I was thinking maybe its it will try
Re: Anims help -
willsuckformoney - 24.07.2010
WAnims by WillsuckformoneY
http://pastebin.com/m2EtBe9m