IsPlayerAttachedObjectSlotUsed +rep!
#5

Ye - Calling the AttachedObjects stock from above would return the number attached to that player.
So if you wanted to use it externally:

pawn Код:
new Variable;
Variable = AttachedObjects(playerid);
if(Variable>1)
{
    //Do things if there is more than one object attached
}
Reply


Messages In This Thread
IsPlayerAttachedObjectSlotUsed +rep! - by PawnoQ - 17.02.2012, 23:27
Re: IsPlayerAttachedObjectSlotUsed +rep! - by Jefff - 18.02.2012, 00:54
Re: IsPlayerAttachedObjectSlotUsed +rep! - by PawnoQ - 18.02.2012, 20:17
Re: IsPlayerAttachedObjectSlotUsed +rep! - by Jefff - 18.02.2012, 20:22
Re: IsPlayerAttachedObjectSlotUsed +rep! - by Rob_Maate - 18.02.2012, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)