Animations Bug
#1

Quote:

COMMAND:wave(playerid,params[])
{
new string[64];
if(UsingAnimations[playerid] > 1) return SCM(playerid,COLOR_RED,"Please Wait Before Using Animations Again");
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
UsingAnimations[playerid] = 30;
format(string,sizeof(string),"%s (%d) Waves Out.",PlayerName(playerid),playerid);
SendClientMessageToAll(COLOR_WHITE,string);
return 1;
}

Problem start when i type /wave and client sends me message "player waves bla bla" but there is no visible animation, but if i type /wave again everything's fine and i can see wave animation.
I have this problem with most of animation commands ( some of them works fine , like /handsup animation )
Reply


Messages In This Thread
Animations Bug - by DonWade - 26.04.2012, 21:10
Re: Animations Bug - by MP2 - 26.04.2012, 23:12
Re: Animations Bug - by Kar - 27.04.2012, 00:38
Re: Animations Bug - by DonWade - 27.04.2012, 17:31

Forum Jump:


Users browsing this thread: 3 Guest(s)