#2

You mean like this?
pawn Код:
CMD:anim(playerid, params[]) // Made by Wizza
{
    new lib;
    if(sscanf(params, "i", animid)) return SendClientMessage(playerid, COLOR_WHITE, "/anim [library][anim]");
    if(lib< 1 || lib> 2) return SendClientMessage(playerid, COLOR_WHITE, "Library is between 1-2");
    switch(lib)
    {
        case 1: ApplyAnimation(playerid,"BEACH","bather",4.0,1,0,0,0,0);
        case 2: Different anim here
    }
    return 1;
}
Reply


Messages In This Thread
anim - by Mattakil - 30.11.2013, 18:36
Re: anim - by Danialdano - 30.11.2013, 18:41
Re: anim - by Mattakil - 30.11.2013, 18:45
Re: anim - by Konstantinos - 30.11.2013, 19:02
Re: anim - by Mattakil - 30.11.2013, 20:08

Forum Jump:


Users browsing this thread: 3 Guest(s)