public round_end() { new players[32], num get_players(players, num, "a") // alive players
for(new i = 0; i < num; i++) { ColorChat(players[i],"You have received 200 xp for surviving the round") iXp[players[i]]+= 200 // or whatever xp you want to give CheckLevel(players[i]) SaveData(players[i]) } }