Animation not working:
#1

Fixed.
Reply
#2

Preload the animation, in OnPlayerConnect for example.
pawn Код:
PreloadAnimLib(playerid, "DANCING")
pawn Код:
stock PreloadAnimLib(playerid, animlib[])
{
    ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
}
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Preload the animation, in OnPlayerConnect for example.
pawn Код:
PreloadAnimLib(playerid, "DANCING")
pawn Код:
stock PreloadAnimLib(playerid, animlib[])
{
    ApplyAnimation(playerid,animlib,"null",0.0,0,0,0,0,0);
}
It's not working.
Reply
#4

FIXED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)