animation when talking
#1

PHP код:
    new message[144];
       if(
enabledtalk)
    {
    return 
1;
    }
    else if(!
enabledtalk)
    {
     
format(messagesizeof(message), "%s says: %s"GetOOCName(playerid), text);
    
NearMessageSender(playerid5messageCOLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE,COLOR_WHITE);
    
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,11,1,time);
    return 
0;
    }
    return 
1;

The problem is that the animation is infinite, while I would like that after about five seconds the anim finish.
Reply


Messages In This Thread
animation when talking - by uTorrent - 24.05.2014, 09:49
Re: animation when talking - by AndySedeyn - 24.05.2014, 09:53
Re : animation when talking - by S4t3K - 24.05.2014, 09:54
Re: animation when talking - by uTorrent - 24.05.2014, 10:04
Re: animation when talking - by SilentSoul - 24.05.2014, 10:10
Re: animation when talking - by uTorrent - 24.05.2014, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)