I need a /fall command
#4

if you want the animation command...
here:

pawn Код:
if(strcmp(cmd, "/fall", true) == 0)
    {
        if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT) { return 1; }
        if (!strlen(cmdtext[6])) return SendClientMessage(playerid,COLOR_USAGE,"TIP: /fall [1-2]");//replace COLOR_USAGE with your own color
        switch (cmdtext[6])
        {
            case '1': LoopingAnim(playerid,"PED","KO_skid_front",4.1,0,1,1,1,0);
            case '2': LoopingAnim(playerid, "PED","FLOOR_hit_f", 4.0, 1, 0, 0, 0, 0);
            default: SendClientMessage(playerid,COLOR_USAGE,"TIP: /fall [1-2]");
        }
        return 1;
    }
Reply


Messages In This Thread
I need a /fall command - by farCry.xD - 20.07.2012, 20:07
Re : I need a /fall command - by DeeCaay - 20.07.2012, 21:30
Re: I need a /fall command - by Netinho_the_killer - 20.07.2012, 21:32
Re: I need a /fall command - by Jstylezzz - 20.07.2012, 21:36
Respuesta: I need a /fall command - by farCry.xD - 21.07.2012, 09:24
Re: I need a /fall command - by Captain_Mani - 21.07.2012, 09:36
Respuesta: Re: I need a /fall command - by farCry.xD - 21.07.2012, 11:42
Re: I need a /fall command - by Captain_Mani - 21.07.2012, 12:27
Re: I need a /fall command - by Jstylezzz - 21.07.2012, 13:09
Respuesta: I need a /fall command - by farCry.xD - 21.07.2012, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)