asking about remove object
#6

I'm not sure if this will work.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    for(new i=0; i<MAX_PLAYER_ATTACHED_OBJECTS; i++)
    {
        if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
    }
    return 1;
}
Reply


Messages In This Thread
asking about remove object - by iThePunisher - 22.03.2014, 23:37
Re: asking about remove object - by Abagail - 22.03.2014, 23:42
Re: asking about remove object - by iThePunisher - 22.03.2014, 23:48
Re: asking about remove object - by TLN - 23.03.2014, 00:03
Re: asking about remove object - by iThePunisher - 23.03.2014, 00:08
Re: asking about remove object - by TLN - 23.03.2014, 00:10

Forum Jump:


Users browsing this thread: 1 Guest(s)