#7

Right from the actions.pwn filterscript in the SA-MP server package ..
pawn Код:
if (strcmp("/sit 8", cmdtext, true, 6) == 0)
{
    if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT)
    {
        return SendClientMessage(playerid,0xFF0000AA,"You Cannot Use This Command Inside A Vehicle.");
    }
    LoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); // Dieing of Crack
    return 1;
}
Reply


Messages In This Thread
Help - by viosteaua98 - 19.10.2011, 18:38
Re: Help - by SmiT - 19.10.2011, 18:41
Re: Help - by viosteaua98 - 19.10.2011, 19:22
Re: Help - by viosteaua98 - 19.10.2011, 19:27
Re: Help - by Sascha - 19.10.2011, 19:28
Re: Help - by viosteaua98 - 19.10.2011, 19:29
Re: Help - by grand.Theft.Otto - 19.10.2011, 19:59
Re: Help - by viosteaua98 - 20.10.2011, 11:30
Re: Help - by TheMaddox - 20.10.2011, 11:31
Re: Help - by grand.Theft.Otto - 20.10.2011, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)