Animation time?
#1

Hi, how can i make the animation to be shown in 3 seconds?

pawn Код:
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
pawn Код:
else if(DropInfo[i][dType] == 2) // Crack
                    {
                        ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
                        SetTimerEx("crackpick", 3000, 0, "i", playerid);
                        format(string, sizeof(string), "You kneel down to pick up some crack.");
                        SendClientMessage(playerid, COLOR_GREY, string);
                    }
Reply


Messages In This Thread
Animation time? - by Mikkel_RE - 28.11.2012, 21:16
Re: Animation time? - by Lz - 28.11.2012, 21:18
Re: Animation time? - by Mikkel_RE - 28.11.2012, 21:20
Re: Animation time? - by Mikkel_RE - 28.11.2012, 21:45
Re: Animation time? - by tyler12 - 28.11.2012, 21:55
Re: Animation time? - by Mikkel_RE - 28.11.2012, 22:03
Re: Animation time? - by maramizo - 28.11.2012, 22:39

Forum Jump:


Users browsing this thread: 2 Guest(s)