[Help]Unknow Commands
#7

pawn Код:
CMD:clearanim(playerid, params[])
{
     ClearAnimations(playerid);
     return 1;
}
This isn't more simple? Or, if you want your chose, then make that a stock, not a public.

pawn Код:
stock animss(playerid)
{
    for(new shg = 0; shg <= players; shg++)
    {
        DisablePlayerCheckpoint(shg);

        SetPVarInt(shg, "roped", 0);

        ClearAnimations(shg);

        for(new destr3 = 0; destr3 <= ropelength; destr3++)
        {
            DestroyObject(r0pes[shg][destr3]);
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Help]Unknow Commands - by Desha1 - 10.01.2015, 09:15
Re: [Help]Unknow Commands - by buburuzu19 - 10.01.2015, 09:34
Re: [Help]Unknow Commands - by Desha1 - 10.01.2015, 09:48
Re: [Help]Unknow Commands - by Desha1 - 10.01.2015, 10:31
Re: [Help]Unknow Commands - by bgedition - 10.01.2015, 10:45
Re: [Help]Unknow Commands - by ATGOggy - 10.01.2015, 10:48
Re: [Help]Unknow Commands - by HY - 10.01.2015, 12:35
Re: [Help]Unknow Commands - by Desha1 - 10.01.2015, 16:14
Re: [Help]Unknow Commands - by HY - 10.01.2015, 17:47
Re: [Help]Unknow Commands - by bgedition - 10.01.2015, 18:07

Forum Jump:


Users browsing this thread: 5 Guest(s)