Animations
#7

Applyanimation two times:
pawn Code:
if (pickupid == money15)
  {
        GivePlayerMoney(playerid,10000);
    SendClientMessage(playerid,0x33CCFFAA,"You Found $10.000");
    ApplyAnimation(playerid,"MISC","pickup_box",4.1,1,1,1,1,1);
ApplyAnimation(playerid,"MISC","pickup_box",4.1,1,1,1,1,1);
    }
Or even better is if oyu preload animation library. For example look in vactions.pwn and copy from there
Reply


Messages In This Thread
Animations - by Geekzor - 18.07.2009, 09:49
Re: Animations - by Sergei - 18.07.2009, 09:53
Re: Animations - by Geekzor - 18.07.2009, 09:57
Re: Animations - by refshal - 18.07.2009, 10:02
Re: Animations - by Geekzor - 18.07.2009, 10:07
Re: Animations - by Geekzor - 18.07.2009, 10:14
Re: Animations - by Sergei - 18.07.2009, 10:43
Re: Animations - by Geekzor - 18.07.2009, 10:51
Re: Animations - by Sergei - 18.07.2009, 11:16
Re: Animations - by Geekzor - 18.07.2009, 11:50

Forum Jump:


Users browsing this thread: 1 Guest(s)