icon check
#2

I assume you could make a for loop, and check for a "hasLabel[playerid]" and then run the code:

pawn Код:
//When the label gets created
hasLabel[playerid] = 1;


//Command or sth..
for(new i; i < MAX_PLAYERS; i++)
{
     if(hasLabel[i] == 1)
     {
          //Do some code here    
     }
}
Reply


Messages In This Thread
icon check - by iBots - 23.02.2014, 20:44
Re: icon check - by RealHobo009 - 23.02.2014, 20:51
Re: icon check - by iBots - 24.02.2014, 04:11

Forum Jump:


Users browsing this thread: 1 Guest(s)