ANIMS NOT VISIBLE, help.
#1

Well it seems the anims are perfectly fine but when it's done I (the player) can't see the anim I am doing, what can I do?

Код:
         case 0:
            {
		        ApplyAnimationEx(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
		    }
            case 1:
            {
                ApplyAnimationEx(playerid,"MISC", "Idle_Chat_02",4.1,0,1,1,1,1);
            }
This is just one out of the many many anims
Reply
#2

preload the anim library you're using, look at gl_actions for an example
Reply
#3

Agh tried a different script (filterscript) same problem, someone help.
Reply
#4

You aren't looping the animation:
pawn Код:
ApplyAnimationEx(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
Reply
#5

Quote:
Originally Posted by Grim_
Посмотреть сообщение
You aren't looping the animation:
pawn Код:
ApplyAnimationEx(playerid,"PED","IDLE_CHAT",4.1,1,1,1,1,1);
Not the issue I checked, it's super annoying..

pawn Код:
// Drunk
    if(strcmp(cmd, "/drunk", true) == 0) {
        LoopingAnim(playerid,"PED","WALK_DRUNK",4.1,1,1,1,1,1);
        return 1;
    }
Reply
#6

Any help would help!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)