Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Welcome!
- --This is the configuration file for the Modern Warfare series of gamemodes
- --Here you can configure the operators players can use, the weapons, and the equipment they will have
- --For the playermodels you will have to use the models, not their names. You can get that by right-clicking any playermodel and pressing Copy
- --For the weapons and equipment you do the same
- --Oh yeah and same for the whitelisted SWEPs
- --Good luck, and have fun!
- --Don't touch this
- MW = {}
- --Team setup. Change colors and names here
- MW.Team1Name = "Counter-Coalition"
- MW.Team2Name = "Terrolegiance"
- MW.Team1Color = Color(98, 173, 219)
- MW.Team2Color = Color(204, 99, 81)
- MW.Team1Operators = {
- "models/player/riot.mdl",
- "models/player/swat.mdl",
- "models/player/urban.mdl",
- "models/player/gasmask.mdl"
- }
- MW.Team2Operators = {
- "models/player/phoenix.mdl",
- "models/player/leet.mdl",
- "models/player/guerilla.mdl",
- "models/player/arctic.mdl"
- }
- --Loadout setup is below
- MW.Primaries = {
- "tmbwbec_mp5",
- "tmbwbec_aug",
- "tmbwbec_ak47",
- "tmbwbec_m4a1",
- "tmbwbec_g3sg1",
- "tmbwbec_krieg550",
- "tmbwbec_krieg552",
- "tmbwbec_m3",
- "tmbwbec_xm1014",
- "tmbwbec_m249",
- "tmbwbec_tmp",
- "tmbwbec_galil",
- "tmbwbec_ump45",
- "tmbwbec_awp",
- "tmbwbec_scout",
- "tmbwbec_mac10",
- "tmbwbec_p90",
- "tmbwbec_famas",
- "tmbwbec_smg1",
- "tmbwbec_shotgun"
- }
- MW.Pistols = {
- "tmbwbec_fiveseven",
- "tmbwbec_deagle",
- "tmbwbec_glock18",
- "tmbwbec_p228",
- "tmbwbec_usp",
- "tmbwbec_elite",
- "tmbwbec_357"
- }
- MW.JuggernautOperator = "models/player/combine_soldier_prisonguard.mdl"
- MW.JuggernautWeapon = "tmbwbec_minigun"
- MW.Lethals = {
- "tmbwbec_hegrenade"
- }
- MW.Tacticals = {
- "tmbwbec_flashbang",
- "tmbwbec_smokegrenade",
- "weapon_medkit"
- }
- MW.WhitelistedSweps = {
- "mw_tacticalnuke",
- "aact_weapact"
- }
Advertisement
Add Comment
Please, Sign In to add comment