Wave animation is playing after it has been used
#6

this is how i fixed the same bug i had like you Admigo
Just put the animation twice
Example:
pawn Код:
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 2000,1); // Wave
ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 2000,1); // Wave
Or
pawn Код:
PreloadAnimLib(playerid, animlib[]) ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);

public OnPlayerConnect(playerid)
{   //loading the animation libraries
    PreloadAnimLib(playerid,"BOMBER");
    PreloadAnimLib(playerid,"RAPPING");
    PreloadAnimLib(playerid,"SHOP");
    PreloadAnimLib(playerid,"BEACH");
    PreloadAnimLib(playerid,"SMOKING");
    PreloadAnimLib(playerid,"FOOD");
    PreloadAnimLib(playerid,"ON_LOOKERS");
    PreloadAnimLib(playerid,"DEALER");
    PreloadAnimLib(playerid,"CRACK");
    PreloadAnimLib(playerid,"CARRY");
    PreloadAnimLib(playerid,"COP_AMBIENT");
    PreloadAnimLib(playerid,"PARK");
    PreloadAnimLib(playerid,"INT_HOUSE");
    PreloadAnimLib(playerid,"FOOD");
    PreloadAnimLib(playerid,"PED");
    return 1;
}
Reply


Messages In This Thread
Wave animation is playing after it has been used - by Admigo - 29.03.2014, 08:41
Re: Wave animation is playing after it has been used - by DexterC - 29.03.2014, 09:15
Re: Wave animation is playing after it has been used - by Guest4390857394857 - 29.03.2014, 09:22
Re: Wave animation is playing after it has been used - by Admigo - 29.03.2014, 09:31
Re: Wave animation is playing after it has been used - by Pillhead2007 - 29.03.2014, 10:28
Re: Wave animation is playing after it has been used - by iThePunisher - 29.03.2014, 10:36
Re: Wave animation is playing after it has been used - by EiresJason - 29.03.2014, 10:45

Forum Jump:


Users browsing this thread: 1 Guest(s)