Help a bit here?
#3

Код:
new RandomStart[2];
RandomStart = random(RandomStart);
switch(RandomStart)
{
    case 0:
    {
        ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
    }
    case 1:
    {
        ApplyAnimation(playerid,"MISC", "Idle_Chat_02",4.1,0,1,1,1,1);
    }
}
new time=strlen(text)*100;
SetTimerEx("StopTalking",time,0,"i",playerid);
return 0;
Not tested.
Reply


Messages In This Thread
Help a bit here? - by N0FeaR - 21.10.2012, 16:29
Re: Help a bit here? - by Edvin - 21.10.2012, 16:38
Re: Help a bit here? - by RedJohn - 21.10.2012, 16:46
Re: Help a bit here? - by N0FeaR - 21.10.2012, 18:08
Re: Help a bit here? - by HyDrAtIc - 21.10.2012, 18:53

Forum Jump:


Users browsing this thread: 4 Guest(s)