for(new i = 0;i < MAX_PLAYERS; i++) { if(PlayerInfo[i][police] > 0) //PlayerInfo and police depends on your enum { SendClientMessage(i, -1, "The bank is being robber!"); } }