hold off command?
#3

pawn Code:
CMD:removemyobjects(playerid, params[])
{    
    for(new ao; ao < 10; ao++)
    {
        if(IsPlayerAttachedObjectSlotUsed(playerid, ao))
        {
            RemovePlayerAttachedObject(playerid, ao);
        }
    }
    return 1;
}
Reply


Messages In This Thread
hold off command? - by «XTC» - 26.06.2012, 07:19
Re: hold off command? - by park4bmx - 26.06.2012, 07:39
Re: hold off command? - by Randy More - 26.06.2012, 08:21
Re: hold off command? - by «XTC» - 26.06.2012, 08:34
Re: hold off command? - by vital2k - 26.06.2012, 08:38
Re: hold off command? - by Randy More - 26.06.2012, 08:39
Re: hold off command? - by «XTC» - 26.06.2012, 08:40
Re: hold off command? - by park4bmx - 26.06.2012, 08:47
Re: hold off command? - by vital2k - 26.06.2012, 08:47
Re: hold off command? - by «XTC» - 26.06.2012, 08:57
Re: hold off command? - by vital2k - 26.06.2012, 08:57
Re: hold off command? - by park4bmx - 26.06.2012, 09:15
Re: hold off command? - by «XTC» - 26.06.2012, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)