1 object is removed.
#2

You still haven't explained what you want to do, if you want to remove all attached objects on the player, use this.

pawn Код:
for(new i=0; i<MAX_PLAYER_ATTACHED_OBJECTS; i++)
{
    if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
}
Reply


Messages In This Thread
1 object is removed. - by Glossy42O - 28.11.2014, 14:38
Re: 1 object is removed. - by Write - 28.11.2014, 14:42
Re: 1 object is removed. - by Glossy42O - 28.11.2014, 14:43
Re: 1 object is removed. - by Write - 28.11.2014, 14:47
Re: 1 object is removed. - by Glossy42O - 28.11.2014, 14:50
Re: 1 object is removed. - by Write - 28.11.2014, 14:51
Re: 1 object is removed. - by Glossy42O - 28.11.2014, 14:53
Re: 1 object is removed. - by Write - 28.11.2014, 15:04
Re: 1 object is removed. - by Glossy42O - 28.11.2014, 15:11

Forum Jump:


Users browsing this thread: 4 Guest(s)