CMD:donators(playerid){ foreach(new i: Player) { if(PlayerInfo[i][KsLevel] == 1) { //make a string here to get the name of "i", then send it to the player in a message } } return 1;}