Animation...
#2

Код:
CMD:fall(playerid)
	{
	if(IsPlayerInAnyVehicle(playerid)) { return 1; }
	new animname[128],animlib[128];
	GetAnimationName(1209,animlib,sizeof(animlib),animname,sizeof(animname));
	ApplyAnimation(playerid,animlib,animname,4,0,0,0, 1,0,1);
	return 1;
	}
Reply


Messages In This Thread
Animation... - by Gooday - 03.04.2012, 14:04
Re: Animation... - by blank. - 03.04.2012, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)