Only one player sees animation
#3

I got this under onplayerspawn:
pawn Код:
stock PreloadAnimLib(playerid, animlib[])
{
    ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
}
stock PreloadAllAnimLibs(playerid)
{
    PreloadAnimLib(playerid,"BEACH");
    PreloadAnimLib(playerid,"FAT");
    PreloadAnimLib(playerid,"ped");
... all anim libraries I need
}
Reply


Messages In This Thread
Only one player sees animation - by dominik523 - 13.10.2013, 17:49
Re: Only one player sees animation - by Pottus - 13.10.2013, 17:52
Re: Only one player sees animation - by dominik523 - 13.10.2013, 17:58
Re: Only one player sees animation - by Pottus - 13.10.2013, 18:00
Re: Only one player sees animation - by dominik523 - 13.10.2013, 18:07
Re: Only one player sees animation - by Pottus - 13.10.2013, 19:11

Forum Jump:


Users browsing this thread: 1 Guest(s)