You said SP needs some more balancing a while ago Necro. Well. ´ RewardsTable = {} RewardsTable[1] = { --Medic [100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"}, [250] = { "weapon_zs_glock3","weapon_zs_magnum" }, [400] = { "weapon_zs_alyxgun"}, [800] = { "weapon_zs_sg552"}, [1500] = { "weapon_zs_shotgun", "weapon_zs_m1014" }, } RewardsTable[2] = { --Commando [100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_magnum" }, [250] = { "weapon_zs_grenade" }, [500] = { "weapon_zs_aug", "weapon_zs_galil", "weapon_zs_ak47", "weapon_zs_m4a1" }, [1000] = { "weapon_zs_famas" }, [1450] = { "weapon_zs_m249" }, [1950] = { "weapon_zs_shotgun", "weapon_zs_m1014" }, } RewardsTable[3] = { -- marksman [100] = { "weapon_zs_deagle", "weapon_zs_fiveseven","weapon_zs_elites"}, [250] = { "weapon_zs_scout" }, [600] = { "weapon_zs_sg550" }, [1000] = { "weapon_zs_g3sg1"}, [1700] = { "weapon_zs_awp"}, --[75] = { "weapon_zs_shotgun", "weapon_zs_m1014" }, } RewardsTable[4] = { --Engineer [100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_elites", "weapon_zs_magnum" }, [300] = { "weapon_zs_pulsesmg" }, [700] = {"weapon_zs_pulserifle" }, [1250] = { "weapon_zs_m249" }, [1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" }, } RewardsTable[5] = { --Support [100] = { "weapon_zs_glock3", "weapon_zs_deagle", "weapon_zs_fiveseven", "weapon_zs_magnum" }, [300] = { "weapon_zs_tmp","weapon_zs_ump","weapon_zs_p90","weapon_zs_mac10" }, [700] = { "weapon_zs_mp5", "weapon_zs_smg" }, [1260] = { "weapon_zs_m249", "weapon_zs_m3super90" }, [1800] = { "weapon_zs_shotgun", "weapon_zs_m1014" }, } You like ?