[[Help]] Removing Specific Attached Object
#5

I've honestly not used used AttachObject before. But I may be able to help. What callback are you using this on?
pawn Код:
for(new t=0; t<MAX_PLAYER_ATTACHED_OBJECTS; t++)
{
    if(IsPlayerAttachedObjectSlotUsed(playerid, t)) RemovePlayerAttachedObject(playerid, t);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)