23.02.2014, 20:44
Is there any way to check if the player got any icon on him?
Like if he got an icon or label on him
Like if he got an icon or label on him
//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
}
}