I know that but I want to show the admin message to other else player or admin who have a specific flag but doesn't have the admin_chat flag.
Code:
new iPlayers[32], iNum, i, tempid;
get_players(iPlayers , iNum , "ch");
for(i = 0; i < iNum; i++)
{
tempid = iPlayers[i]
if(get_user_flags(tempid) & ADMIN_LEVEL_E)
format(szMessages, sizeof(szMessages) - 1, "^x04%s ^x03%s ^x01: %s", szTag, szName, szMessages[1]);
}
Does it correct?
__________________
You can be a SUPER coder but you Haven't to say such as "stupid, etc." words to the others