SA-MP Forums Archive
Animations 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: Animations Help (/showthread.php?tid=206393)



Animations Help - [TDL]OGLoc - 03.01.2011

Hey all i have a problem in my server, my animations doesn't work, all animations are coded in the sam way

Код:
if(strcmp(cmdtext, "/Caminar", true) == 0)
	{
			ApplyAnimation(playerid,"ped","WALK_gang1",4.1,1,1 ,1,1,1);
  	  		return 1;
	}
And i don't know why it doesn't work, i mean there isn't problems but in the game i can't see my animation but the others see it :S