IsSlotUsed?
#4

Quote:
Originally Posted by ikey07
Посмотреть сообщение
pawn Код:
new Sots[10];

for(new i; i < sizeof(Slots); i++)
{
if(Slot[i] == 0)//If Free
{
Slot[i] = 1;//Start to use
break;
}
}
Is it possible to add playerid like :
Код:
IsSlotUsed[playerid][slotid]=clothesid;//so i can detect if the player has used that slot with that clothesid
Reply


Messages In This Thread
IsSlotUsed? - by Admigo - 22.01.2013, 12:50
Re: IsSlotUsed? - by ikey07 - 22.01.2013, 13:10
Re: IsSlotUsed? - by Jeffry - 22.01.2013, 13:39
Re: IsSlotUsed? - by Admigo - 20.04.2013, 08:30

Forum Jump:


Users browsing this thread: 3 Guest(s)