CMD:animations and CMD:snow
#7

Quote:
Originally Posted by Rydur
Посмотреть сообщение
Like

/hi /hi "LINE'
/hi/hi
you mean like this??

pawn Код:
CMD:dance(playerid, params[])
{
    new animid;
    if(sscanf(params, "i", animid)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /dance [1-4]");
    if(animid < 1 || animid > 4) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /dance [1-4]");
    switch(animid)
    {
        case 1: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DANCE1);
        case 2: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DANCE2);
        case 3: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DANCE3);
        case 4: SetPlayerSpecialAction(playerid, SPECIAL_ACTION_DANCE4);
    }
    return 1;
}
Reply


Messages In This Thread
CMD:animations and CMD:snow - by Rydur - 20.12.2012, 09:08
Re: CMD:animations and CMD:snow - by ikey07 - 20.12.2012, 09:11
Re: CMD:animations and CMD:snow - by Marven - 20.12.2012, 09:14
Re: CMD:animations and CMD:snow - by Rydur - 20.12.2012, 09:17
Re: CMD:animations and CMD:snow - by Marven - 20.12.2012, 09:21
Re: CMD:animations and CMD:snow - by Rydur - 20.12.2012, 09:24
Re: CMD:animations and CMD:snow - by Marven - 20.12.2012, 09:33
Re: CMD:animations and CMD:snow - by Rydur - 20.12.2012, 09:37
Re: CMD:animations and CMD:snow - by Marven - 20.12.2012, 09:45
Re: CMD:animations and CMD:snow - by Rydur - 20.12.2012, 09:56

Forum Jump:


Users browsing this thread: 1 Guest(s)