Advertisement
Guest User

deathmatch.ini

a guest
Apr 24th, 2015
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.03 KB | None | 0 0
  1. "Deathmatch Config"
  2. {
  3. "Texts"
  4. {
  5. "Advertise Gun Menu"
  6. {
  7. // Languages uses sourcemod names
  8. // For Chat following color are supported
  9. // {NORMAL}, {DARK_RED}, {PINK}, {DARK_GREEN}, {YELLOW}, {LIGHT_GREEN},
  10. // {LIGHT_RED}, {GRAY}, {ORANGE}, {LIGHT_BLUE}, {DARK_BLUE}, {PURPLE}
  11. //
  12. // For new line use {CARRIAGE_RETURN} (do not work in chat!)
  13. //
  14. // For Hints HTML tag work!
  15. // "<font size='12' color='#e5da25'>Blah</font>"
  16. "en" "{NORMAL}Type {ORANGE}guns{NORMAL} to open gun menu"
  17. "fr" "{LIGHT_BLUE}Dis {DARK_RED}guns {LIGHT_BLUE}pour acheter des armes"
  18. "de" "{LIGHT_BLUE}Tippe {DARK_RED}guns{LIGHT_BLUE} um das Waffen Menu zu öffnen"
  19. }
  20.  
  21. "Welcome message"
  22. {
  23. "en" "You are playing on <font size='20' color='#FF9900'>UCGL AimDM1</font> visit our website at <font size='22' color='#FF9900'>website.com</font>"
  24. // "fr" "Tu joues sur le plugin Deathmatch d'<font size='22' color='#FF0000'>H3bus</font>"
  25. // "de" "Du spielst auf einem Server mit dem Deathmatch Plugin von <font size='22' color='#FF0000'>H3buS</font>"
  26. }
  27.  
  28. "Reserved Slots"
  29. {
  30. "en" "Want a reserved slot? Visit our website at <font size='20' color='#FF9900'>website.com</font>"
  31. }
  32.  
  33. "Warmup Weapons"
  34. {
  35. "en" "Don't worry! Those fun weapons are only for warmup"
  36. "fr" "Pas d'inquiétudes! T'auras de vraies armes après le Warmup. Ou pas!"
  37. }
  38.  
  39. "Only Headshot"
  40. {
  41. "en" " {CARRIAGE_RETURN}<font color='#AA0000'>Only Headshot is </font><font color='#009900'>ACTIVE</font>"
  42. "fr" " {CARRIAGE_RETURN}<font color='#AA0000'>Only Headshot est </font><font color='#009900'>ACTIF</font>"
  43. "de" " {CARRIAGE_RETURN}<font color='#AA0000'>Headshot Only ist </font><font color='#009900'>ACTIVE</font>"
  44. }
  45. }
  46.  
  47. "Messages"
  48. {
  49. "Advertise Gun Menu"
  50. {
  51. // Where will the message be displayed
  52. // --
  53. // Allowed values: "Chat", "Hint", "Alert"
  54. "DisplayTarget" "Chat"
  55.  
  56. // Event for message display
  57. // --
  58. // Allowed values "Spawn", "Timer"
  59. "DisplayEvent" "Spawn"
  60.  
  61. // (Optional) Repeat occurence
  62. // --
  63. // "Single" => repeat disabled (Deafault)
  64. // "Infinite" => repeat indefinitly
  65. // "<value>" => repeat count
  66. "Repeat" "Single"
  67.  
  68. // (Optional) Repeat period, in seconds
  69. // --
  70. // This in mandatory if "Repeat" is not "Single"
  71. // Minimum value is 0
  72. "Period" "1" // No use here as Repeat is set to single
  73.  
  74. // (Optional) Gives a priority
  75. // --
  76. // If two messages are to be drawn on same display at the same time,
  77. // highest priority will be displayed first
  78. // Note that Hint and Alert are considered as same display
  79. // Default 50
  80. "Priority" "100"
  81.  
  82. // (Optional) Display duration
  83. // --
  84. // Will postpone the display of other messages during specified duration
  85. // This will also trigger a re-display every seconds on Hint and Alert to keep the message active
  86. // Duration must be strictly low than period if repeat is not Single!
  87. // Default 0
  88. "Duration" "0"
  89.  
  90. // (Optional) No Re-display time
  91. // --
  92. // Will block message from being displayed if previous identical message has been displayed since
  93. // less than that duration
  94. // Usefull to not spam messages with DisplayEvent set to Spawn on Chat target
  95. // Default 0
  96. "NoReDisplayTime" "20"
  97.  
  98. // Text to be loaded
  99. // If more than one text is supplied, displayed text will iterate though given list at each display
  100. "Text"
  101. {
  102. "Texts" "Advertise Gun Menu"
  103. }
  104. }
  105.  
  106. "Welcome"
  107. {
  108. "DisplayTarget" "Hint"
  109. "DisplayEvent" "Spawn"
  110. "Repeat" "Single"
  111. "Priority" "100"
  112. "Duration" "3"
  113. "Text"
  114. {
  115. "Texts" "Welcome message"
  116. }
  117. }
  118.  
  119. "Only Headshot"
  120. {
  121. "DisplayTarget" "Hint"
  122. "DisplayEvent" "Spawn"
  123. "Repeat" "Single"
  124. "Priority" "80"
  125. "Duration" "1"
  126. "Text"
  127. {
  128. "Texts" "Only Headshot"
  129. }
  130. }
  131.  
  132. "Warmup Weapons"
  133. {
  134. "DisplayTarget" "Alert"
  135. "DisplayEvent" "Timer"
  136. "Repeat" "Infinite"
  137. "Priority" "50"
  138. "Period" "30"
  139. "Duration" "5"
  140. "Text"
  141. {
  142. "Texts" "Warmup Weapons"
  143. }
  144. }
  145.  
  146. // CUSTOM MESSAGES ADDED HERE
  147. "Reserved Slots"
  148. {
  149. "DisplayTarget" "Alert"
  150. "DisplayEvent" "Timer"
  151. "Repeat" "Infinite"
  152. "Priority" "50"
  153. "Period" "30"
  154. "Duration" "5"
  155. "Text"
  156. {
  157. "Texts" "Reserved Slots"
  158. }
  159. }
  160.  
  161. "Reserved Slots Chat"
  162. {
  163. "DisplayTarget" "Chat"
  164. "DisplayEvent" "Timer"
  165. "Repeat" "Infinite"
  166. "Priority" "50"
  167. "Period" "30"
  168. "Duration" "5"
  169. "Text"
  170. {
  171. "Texts" "Reserved Slots"
  172. }
  173. }
  174. }
  175.  
  176. "Configs"
  177. {
  178. "Options Default"
  179. {
  180.  
  181. "DefineWeapon"
  182. {
  183. "ClassName" "weapon_deagle"
  184. "ClipSize" "7"
  185. }
  186. "Cvars"
  187. {
  188. // Remove objectives (disables bomb sites, and removes c4 and hostages).
  189. "dm_remove_objectives" "1"
  190.  
  191. // Gun menu mode.
  192. // 1) Enabled.
  193. // 2) Disabled.
  194. // 3) Random weapons every round
  195. "dm_gun_menu_mode" "1"
  196.  
  197. // Enable random item in gun menu
  198. "dm_enable_random_menu" "1"
  199.  
  200. // Remove spawning chickens.
  201. "dm_remove_chickens" "1"
  202.  
  203. // Hide radar.
  204. "dm_hide_radar" "1"
  205.  
  206. // 3rd party & weapon drop
  207. "dm_weapons_allow_3rd_party" "0"
  208. "dm_weapons_allow_drop" "0"
  209. "dm_weapons_allow_drop_nade" "0"
  210. "dm_weapons_allow_drop_knife" "0"
  211. "dm_weapons_allow_drop_zeus" "0"
  212. "dm_weapons_allow_drop_c4" "1"
  213.  
  214. "dm_weapons_allow_not_carried" "0"
  215. "dm_weapons_max_not_carried" "100"
  216. "dm_weapons_max_same_not_carried" "20"
  217. "dm_weapons_remove_furthest" "1"
  218. "dm_weapons_remove_not_in_los" "1"
  219. "dm_weapons_remove_sametype_first" "1"
  220.  
  221. // Unlimited player ammo.
  222. "dm_replenish_ammo" "1"
  223. "dm_replenish_clip" "1"
  224. // Set replenish below if you don't want replenish on every kill
  225. "dm_replenish_clip_headshot" "0"
  226. "dm_replenish_clip_knife" "0"
  227. "dm_replenish_clip_nade" "0"
  228.  
  229. // Fast equip
  230. "dm_fast_equip" "1"
  231.  
  232. // Damage filters when not in Only HS mode
  233. "dm_no_damage_knife" "0"
  234. "dm_no_damage_taser" "0"
  235. "dm_no_damage_nade" "0"
  236. "dm_no_damage_world" "0"
  237.  
  238. // Only HS
  239. "dm_onlyhs" "0"
  240. "dm_onlyhs_allowknife" "1"
  241. "dm_onlyhs_allowtaser" "0"
  242. "dm_onlyhs_allownade" "0"
  243. "dm_onlyhs_allowworld" "0"
  244.  
  245. // HP.
  246. "dm_hp_start" "100"
  247. "dm_hp_max" "100"
  248.  
  249. // Kevlar.
  250. "dm_kevlar_start" "100"
  251. "dm_kevlar_max" "100"
  252.  
  253. // HP per kill.
  254. "dm_hp_kill" "10"
  255. "dm_hp_hs" "25"
  256. "dm_hp_knife" "50"
  257.  
  258. // Convert HP reward into kevlar/Helmet?
  259. "dm_hp_to_kevlar_mode" "2" // Refill kevlar mode: 0 = Off, 1 = always, 2 = when HP is full.
  260. "dm_hp_to_kevlar_ratio" "0.5"
  261. "dm_hp_to_helmet" "3" // Refill helmet mode: 0 = Off, 1 = always, 2 = when HP is full, 3 when HP and kevlar are full.
  262.  
  263. // Display HP messages.
  264. "dm_hp_messages" "1"
  265.  
  266. // Primary default weapon
  267. "dm_default_primary" "none"
  268.  
  269. // Secondary default weapon
  270. "dm_default_secondary" "none"
  271.  
  272. // Hide menu on connect
  273. "dm_connect_hide_menu" "0"
  274.  
  275. // Give helmet?
  276. "dm_helmet" "1"
  277.  
  278. // Give Zeus?
  279. "dm_zeus" "0"
  280.  
  281. // Give knife?
  282. "dm_knife" "1"
  283.  
  284. // Give defuser to CTs
  285. "dm_defuser" "1"
  286.  
  287. // Give nades?
  288. "dm_nades_incendiary" "0"
  289. "dm_nades_decoy" "0"
  290. "dm_nades_flashbang" "0"
  291. // -1 refill he on explode
  292. "dm_nades_he" "1"
  293. "dm_nades_smoke" "0"
  294.  
  295. // Max equipment?
  296. "dm_nades_incendiary_max" "0"
  297. "dm_nades_decoy_max" "0"
  298. "dm_nades_flashbang_max" "0"
  299. "dm_nades_he_max" "1"
  300. "dm_nades_smoke_max" "0"
  301. "dm_zeus_max" "0"
  302.  
  303. // Equipment reward Format <number>*<equimpment>. Equimpent can be he, flash, smoke, incendiary, decoy, zeus. eg "1*he,2*zeus"
  304. "dm_equip_kill" ""
  305. "dm_equip_headshot" ""
  306. "dm_equip_knife" ""
  307. "dm_equip_nade" ""
  308.  
  309. // Weapons rotation
  310. "dm_limited_weapons_rotation" "1"
  311. "dm_limited_weapons_rotation_time" "60.0"
  312. "dm_limited_weapons_rotation_min_time" "10.0"
  313.  
  314. // Spawn system (requires DHooks
  315. "dm_randomspawn_internal" "1"
  316. "dm_normalspawn_internal" "1"
  317. // Use LOS for non random spawn
  318. "dm_normalspawn_los" "0"
  319. // Median spawn distance ratio between enemies an teammates
  320. "dm_spawn_median_distance_ratio" "0.17"
  321. "dm_spawn_min_team_distance_ratio" "0.17"
  322.  
  323. // Spawn protection
  324. "dm_spawn_protection_enable" "0"
  325. "dm_spawn_protection_duration" "2.0"
  326. "dm_spawn_protection_clearonshoot" "1"
  327. "dm_spawn_protection_color_t" "255,0,0,255" // R, G, B, A
  328. "dm_spawn_protection_color_ct" "0,0,255,255" // R, G, B, A
  329. "dm_spawn_protection_hudfadecolor_t" "255,0,0,100" // R, G, B, A
  330. "dm_spawn_protection_hudfadecolor_ct" "0,0,255,100" // R, G, B, A
  331.  
  332. // Spawn sounds
  333. "dm_spawn_custom_sounds_enable" "0"
  334. "dm_spawn_custom_sounds" ""
  335. "dm_spawn_custom_sounds_level" "90"
  336. "dm_spawn_custom_sounds_to_self_enable" "0"
  337. "dm_spawn_custom_sounds_to_self" ""
  338. "dm_spawn_custom_sounds_to_self_level" "90"
  339. "dm_spawn_custom_sounds_to_team_enable" "0"
  340. "dm_spawn_custom_sounds_to_team" ""
  341. "dm_spawn_custom_sounds_to_team_level" "90"
  342.  
  343. // Spawn fade
  344. "dm_spawn_fade_enable" "0"
  345. "dm_spawn_fade_color" "0,0,0,240" // R, G, B, A
  346. "dm_spawn_fade_hold_duration" "0"
  347. "dm_spawn_fade_duration" "1.5"
  348.  
  349. // Warmup time?
  350. "dm_warmup_time" "0"
  351.  
  352. // Clean up
  353. "dm_filter_kill_log" "0"
  354. "dm_filter_kill_beep" "0" // Filter beep sound on kill (in deathmatch game mode)
  355. "dm_filter_texts_enabled" "0"
  356. "dm_filter_texts" "#Player_Point_Award_Killed_Enemy_Plural" //List of Text messages to filter. Comma separated. Maximum 20
  357. "dm_log_texts_enabled" "0"
  358. "dm_filter_hints_enabled" "0"
  359. "dm_filter_hints" ""
  360. "dm_log_hints_enabled" "0"
  361. "dm_filter_sounds_enabled" "0"
  362. "dm_filter_sounds" "player/pl_respawn.wav"
  363. "dm_log_sounds_enabled" "0"
  364. "dm_filter_blood_decals" "0"
  365. "dm_filter_blood_splatter" "0"
  366.  
  367.  
  368. ///////////////////////////////////
  369. // CS:GO Con vars for deathmatch
  370. // Disable buy
  371. "mp_buytime" "0"
  372. "mp_buy_during_immunity" "0"
  373.  
  374. // No cash
  375. "mp_startmoney" "0"
  376. "mp_playercashawards" "0"
  377. "mp_teamcashawards" "0"
  378.  
  379. // Spawn
  380. "mp_respawn_immunitytime" "0"
  381. "mp_freezetime" "0"
  382. "mp_forcecamera" "0"
  383. "spec_freeze_time" "0"
  384. "mp_deathcam_skippable" "1"
  385. "mp_randomspawn" "0"
  386. "mp_randomspawn_los" "0"
  387. "mp_respawn_on_death_t" "1"
  388. "mp_respawn_on_death_ct" "1"
  389.  
  390. // Disable weapon/stuff on map
  391. "mp_weapons_allow_map_placed" "0"
  392. "mp_death_drop_defuser" "0"
  393. "mp_death_drop_grenade" "0"
  394. "mp_death_drop_gun" "0"
  395. "mp_defuser_allocation" "0"
  396. "mp_give_player_c4" "0"
  397. "sv_infinite_ammo" "0"
  398. "mp_ct_default_grenades" ""
  399. "mp_ct_default_primary" ""
  400. "mp_ct_default_secondary" ""
  401. "mp_t_default_grenades" ""
  402. "mp_t_default_primary" ""
  403. "mp_t_default_secondary" ""
  404.  
  405.  
  406. // Friendly fire stuff
  407. "mp_friendlyfire" "0"
  408. "mp_solid_teammates" "0"
  409. "mp_teammates_are_enemies" "0"
  410.  
  411. // No winner!
  412. "mp_default_team_winner_no_objective" "-1"
  413.  
  414. // Disable bonus (in deathmatch gamemode)
  415. "mp_dm_time_between_bonus_min" "9000"
  416. "mp_dm_time_between_bonus_max" "9001"
  417.  
  418. // Avoid radio spam
  419. "sv_ignoregrenaderadio" "1"
  420. }
  421.  
  422. "LoadMessage"
  423. {
  424. "Messages" "Welcome"
  425. "Messages" "Advertise Gun Menu"
  426. }
  427. }
  428.  
  429. "Show Menu"
  430. {
  431. "SectionOptions"
  432. {
  433. "AdminMenuName" "Weapons Menu/Show Weapons Menu"
  434. "PlayerDisplay" ""
  435. "LoadAsAMod" ""
  436. }
  437.  
  438. "Cvars"
  439. {
  440. "dm_gun_menu_mode" "1"
  441. "dm_connect_hide_menu" "0"
  442. }
  443.  
  444. "LoadMessage"
  445. {
  446. "Messages" "Advertise Gun Menu"
  447. }
  448. }
  449.  
  450. "No Menu"
  451. {
  452. "SectionOptions"
  453. {
  454. "AdminMenuName" "Weapons Menu/No Weapons Menu"
  455. "PlayerDisplay" ""
  456. "LoadAsAMod" ""
  457. }
  458.  
  459. "Cvars"
  460. {
  461. "dm_gun_menu_mode" "2"
  462. "dm_connect_hide_menu" "1"
  463. }
  464.  
  465. "UnloadMessage"
  466. {
  467. "Messages" "Advertise Gun Menu"
  468. }
  469. }
  470.  
  471. "Hidden Menu"
  472. {
  473. "SectionOptions"
  474. {
  475. "AdminMenuName" "Weapons Menu/Hide Weapons Menu"
  476. "PlayerDisplay" ""
  477. "LoadAsAMod" ""
  478. }
  479.  
  480. "Cvars"
  481. {
  482. "dm_gun_menu_mode" "1"
  483. "dm_connect_hide_menu" "1"
  484. }
  485.  
  486. "LoadMessage"
  487. {
  488. "Messages" "Advertise Gun Menu"
  489. }
  490. }
  491.  
  492. "Random weapons"
  493. {
  494. "SectionOptions"
  495. {
  496. "AdminMenuName" "Weapons Menu/Random Weapons"
  497. "PlayerDisplay" "Random Weapons"
  498. "LoadAsAMod" ""
  499. }
  500.  
  501. "Cvars"
  502. {
  503. "dm_gun_menu_mode" "3"
  504. "dm_connect_hide_menu" "1"
  505. "dm_default_primary" "random"
  506. "dm_default_secondary" "random"
  507. }
  508.  
  509. "UnloadMessage"
  510. {
  511. "Messages" "Advertise Gun Menu"
  512. }
  513. }
  514.  
  515. "No Armour"
  516. {
  517. "SectionOptions"
  518. {
  519. "AdminMenuName" "Equipment/No Armor"
  520. "PlayerDisplay" "No Armor"
  521. "LoadAsAMod" "KeepClientSettings"
  522. }
  523.  
  524. "Cvars"
  525. {
  526. "dm_kevlar_start" "0"
  527. "dm_kevlar_max" "0"
  528. "dm_helmet" "0"
  529. "dm_hp_to_helmet" "0"
  530. }
  531. }
  532.  
  533. "No Helmet"
  534. {
  535. "SectionOptions"
  536. {
  537. "AdminMenuName" "Equipment/No Helmet"
  538. "PlayerDisplay" "No Helmet"
  539. "LoadAsAMod" "KeepClientSettings"
  540. }
  541.  
  542. "Cvars"
  543. {
  544. "dm_kevlar_start" "100"
  545. "dm_kevlar_max" "100"
  546. "dm_helmet" "0"
  547. "dm_hp_to_helmet" "0"
  548. }
  549. }
  550.  
  551. "No Nades"
  552. {
  553. "SectionOptions"
  554. {
  555. "AdminMenuName" "Weapons/Nades/No Nades"
  556. "PlayerDisplay" "No Nades"
  557. "LoadAsAMod" "KeepClientSettings"
  558. }
  559.  
  560. "Cvars"
  561. {
  562. "dm_nades_incendiary" "0"
  563. "dm_nades_decoy" "0"
  564. "dm_nades_flashbang" "0"
  565. "dm_nades_he" "0"
  566. "dm_nades_smoke" "0"
  567. }
  568. }
  569.  
  570. "HE Nades"
  571. {
  572. "SectionOptions"
  573. {
  574. "AdminMenuName" "Weapons/Nades/HE Nades"
  575. "PlayerDisplay" "Give HE nade"
  576. "LoadAsAMod" "KeepClientSettings"
  577. }
  578.  
  579. "Cvars"
  580. {
  581. "dm_nades_he" "1"
  582. }
  583. }
  584.  
  585. "Infinite HE"
  586. {
  587. "SectionOptions"
  588. {
  589. "AdminMenuName" "Weapons/Nades/Infinite HE"
  590. "PlayerDisplay" "Infinite HE nade"
  591. "LoadAsAMod" "KeepClientSettings"
  592. }
  593.  
  594. "Cvars"
  595. {
  596. "dm_nades_he" "-1"
  597. }
  598. }
  599.  
  600. "knife"
  601. {
  602. "SectionOptions"
  603. {
  604. "AdminMenuName" "Weapons/Knife/Knife"
  605. "PlayerDisplay" "Give Knife"
  606. "LoadAsAMod" "KeepClientSettings"
  607. }
  608.  
  609. "Cvars"
  610. {
  611. "dm_knife" "1"
  612. }
  613. }
  614.  
  615. "No knife"
  616. {
  617. "SectionOptions"
  618. {
  619. "AdminMenuName" "Weapons/Knife/No knife"
  620. "PlayerDisplay" "No knife"
  621. "LoadAsAMod" "KeepClientSettings"
  622. }
  623.  
  624. "Cvars"
  625. {
  626. "dm_knife" "0"
  627. }
  628. }
  629.  
  630. "All Guns"
  631. {
  632. "SectionOptions"
  633. {
  634. "AdminMenuName" "Weapons/All Guns"
  635. "PlayerDisplay" "All Guns"
  636. "LoadAsAMod" ""
  637. }
  638.  
  639. "Primary"
  640. {
  641. "weapon_ak47" "-1"
  642. "weapon_m4a1" "-1"
  643. "weapon_m4a1_silencer" "-1"
  644. "weapon_sg556" "-1"
  645. "weapon_aug" "-1"
  646. "weapon_galilar" "-1"
  647. "weapon_famas" "-1"
  648. "weapon_awp" "-1"
  649. "weapon_ssg08" "-1"
  650. "weapon_g3sg1" "-1"
  651. "weapon_scar20" "-1"
  652. "weapon_m249" "-1"
  653. "weapon_negev" "-1"
  654. "weapon_nova" "-1"
  655. "weapon_xm1014" "-1"
  656. "weapon_sawedoff" "-1"
  657. "weapon_mag7" "-1"
  658. "weapon_mac10" "-1"
  659. "weapon_mp9" "-1"
  660. "weapon_mp7" "-1"
  661. "weapon_ump45" "-1"
  662. "weapon_p90" "-1"
  663. "weapon_bizon" "-1"
  664. }
  665.  
  666. "Secondary"
  667. {
  668. "weapon_glock" "-1"
  669. "weapon_p250" "-1"
  670. "weapon_cz75a" "-1"
  671. "weapon_usp_silencer" "-1"
  672. "weapon_fiveseven" "-1"
  673. "weapon_deagle" "-1"
  674. "weapon_elite" "-1"
  675. "weapon_tec9" "-1"
  676. "weapon_hkp2000" "-1"
  677. }
  678. }
  679.  
  680. "Primary disabled"
  681. {
  682. "SectionOptions"
  683. {
  684. "AdminMenuName" "Weapons/Primary/Disabled"
  685. "PlayerDisplay" "No Primary"
  686. "LoadAsAMod" ""
  687. }
  688.  
  689. "Primary"
  690. {
  691. }
  692.  
  693. "Cvars"
  694. {
  695. "dm_default_primary" "none"
  696. }
  697. }
  698.  
  699. "Primary Aim"
  700. {
  701. "SectionOptions"
  702. {
  703. "AdminMenuName" "Weapons/Primary/Aim"
  704. "PlayerDisplay" "AIM Guns"
  705. "LoadAsAMod" ""
  706. }
  707.  
  708. "Primary"
  709. {
  710. // Weapon. // Limit.
  711. "weapon_ak47" "-1"
  712. "weapon_m4a1" "-1"
  713. "weapon_m4a1_silencer" "-1"
  714. "weapon_sg556" "-1"
  715. "weapon_aug" "-1"
  716. "weapon_galilar" "-1"
  717. "weapon_famas" "-1"
  718. "weapon_ssg08" "-1"
  719. }
  720. }
  721.  
  722. "Primary Smgs"
  723. {
  724. "SectionOptions"
  725. {
  726. "AdminMenuName" "Weapons/Primary/SMGs"
  727. "PlayerDisplay" "SubMachine Guns"
  728. "LoadAsAMod" ""
  729. }
  730.  
  731. "Primary"
  732. {
  733. "weapon_mac10" "-1"
  734. "weapon_mp9" "-1"
  735. "weapon_mp7" "-1"
  736. "weapon_ump45" "-1"
  737. "weapon_p90" "-1"
  738. "weapon_bizon" "-1"
  739. }
  740. }
  741.  
  742. "Primary autoSnipes"
  743. {
  744. "SectionOptions"
  745. {
  746. "AdminMenuName" "Weapons/Primary/Auto Snipes"
  747. "PlayerDisplay" "Auto Snipes"
  748. "LoadAsAMod" ""
  749. }
  750.  
  751. "Primary"
  752. {
  753. "weapon_g3sg1" "-1"
  754. "weapon_scar20" "-1"
  755. }
  756. }
  757.  
  758. "Primary Shotguns"
  759. {
  760. "SectionOptions"
  761. {
  762. "AdminMenuName" "Weapons/Primary/ShotGuns"
  763. "PlayerDisplay" "ShotGuns"
  764. "LoadAsAMod" ""
  765. }
  766.  
  767. "Primary"
  768. {
  769. "weapon_nova" "-1"
  770. "weapon_xm1014" "-1"
  771. "weapon_sawedoff" "-1"
  772. "weapon_mag7" "-1"
  773. }
  774. }
  775.  
  776. "Primary AK and M4"
  777. {
  778. "SectionOptions"
  779. {
  780. "AdminMenuName" "Weapons/Primary/AK-Colt"
  781. "PlayerDisplay" "AK-Colt"
  782. "LoadAsAMod" ""
  783. }
  784.  
  785. "Primary"
  786. {
  787. // Weapon. // Limit.
  788. "weapon_ak47" "-1"
  789. "weapon_m4a1" "-1"
  790. "weapon_m4a1_silencer" "-1"
  791. }
  792. }
  793.  
  794. "Primary Famas Galil"
  795. {
  796. "SectionOptions"
  797. {
  798. "AdminMenuName" "Weapons/Primary/Famas Galil"
  799. "PlayerDisplay" "Famas Galil"
  800. "LoadAsAMod" ""
  801. }
  802.  
  803. "Primary"
  804. {
  805. // Weapon. // Limit.
  806. "weapon_galilar" "-1"
  807. "weapon_famas" "-1"
  808. }
  809. }
  810.  
  811. "Primary Snipers"
  812. {
  813. "SectionOptions"
  814. {
  815. "AdminMenuName" "Weapons/Primary/Snipers"
  816. "PlayerDisplay" "Snipers"
  817. "LoadAsAMod" ""
  818. }
  819.  
  820. "Primary"
  821. {
  822. "weapon_awp" "-1"
  823. "weapon_ssg08" "-1"
  824. }
  825. }
  826.  
  827. "Secondary disabled"
  828. {
  829. "SectionOptions"
  830. {
  831. "AdminMenuName" "Weapons/Secondary/Disabled"
  832. "PlayerDisplay" "No Pistols"
  833. "LoadAsAMod" ""
  834. }
  835.  
  836. "Secondary"
  837. {
  838. }
  839.  
  840. "Cvars"
  841. {
  842. "dm_default_secondary" "none"
  843. }
  844. }
  845.  
  846. "Secondary Aim"
  847. {
  848. "SectionOptions"
  849. {
  850. "AdminMenuName" "Weapons/Secondary/Aim"
  851. "PlayerDisplay" "All Pistols"
  852. "LoadAsAMod" ""
  853. }
  854.  
  855. "Secondary"
  856. {
  857. // Weapon. // Limit.
  858. "weapon_glock" "-1"
  859. "weapon_p250" "-1"
  860. "weapon_cz75a" "-1"
  861. "weapon_usp_silencer" "-1"
  862. "weapon_fiveseven" "-1"
  863. "weapon_deagle" "-1"
  864. "weapon_elite" "-1"
  865. "weapon_tec9" "-1"
  866. "weapon_hkp2000" "-1"
  867. }
  868. }
  869.  
  870. "Secondary No TEC9, No Elite"
  871. {
  872. "SectionOptions"
  873. {
  874. "AdminMenuName" "Weapons/Secondary/No TEC9, No Elite"
  875. "PlayerDisplay" "Pistols"
  876. "LoadAsAMod" ""
  877. }
  878.  
  879. "Secondary"
  880. {
  881. // Weapon. // Limit.
  882. "weapon_glock" "-1"
  883. "weapon_p250" "-1"
  884. "weapon_usp_silencer" "-1"
  885. "weapon_fiveseven" "-1"
  886. "weapon_deagle" "-1"
  887. "weapon_hkp2000" "-1"
  888. }
  889. }
  890.  
  891. "Secondary USP, P2000"
  892. {
  893. "SectionOptions"
  894. {
  895. "AdminMenuName" "Weapons/Secondary/USP, P2000"
  896. "PlayerDisplay" "USP, P2000"
  897. "LoadAsAMod" ""
  898. }
  899.  
  900. "Secondary"
  901. {
  902. // Weapon. // Limit.
  903. "weapon_usp_silencer" "-1"
  904. "weapon_hkp2000" "-1"
  905. }
  906. }
  907.  
  908. "Secondary Low power"
  909. {
  910. "SectionOptions"
  911. {
  912. "AdminMenuName" "Weapons/Secondary/Low Power"
  913. "PlayerDisplay" "Small Pistols"
  914. "LoadAsAMod" ""
  915. }
  916.  
  917. "Secondary"
  918. {
  919. // Weapon. // Limit.
  920. "weapon_p250" "-1"
  921. "weapon_usp_silencer" "-1"
  922. "weapon_deagle" "-1"
  923. "weapon_hkp2000" "-1"
  924. }
  925. }
  926.  
  927. "Random Spawn"
  928. {
  929. "SectionOptions"
  930. {
  931. "AdminMenuName" "Game/Random Spawn"
  932. "PlayerDisplay" ""
  933. "LoadAsAMod" "KeepClientSettings"
  934. }
  935.  
  936. "Cvars"
  937. {
  938. "mp_randomspawn" "1"
  939. "mp_randomspawn_los" "1"
  940. }
  941. }
  942.  
  943. "Normal Spawn"
  944. {
  945. "SectionOptions"
  946. {
  947. "AdminMenuName" "Game/Normal Spawn"
  948. "PlayerDisplay" ""
  949. "LoadAsAMod" "KeepClientSettings"
  950. }
  951.  
  952. "Cvars"
  953. {
  954. "mp_randomspawn" "0"
  955. "mp_randomspawn_los" "0"
  956. }
  957. }
  958.  
  959. "Duration 5mn"
  960. {
  961. "Cvars"
  962. {
  963. "mp_roundtime" "5"
  964. "mp_timelimit" "5"
  965. }
  966. }
  967.  
  968. "Scout knives low gravity"
  969. {
  970. "SectionOptions"
  971. {
  972. "AdminMenuName" "Game/KZ gravity"
  973. "PlayerDisplay" "KZ gravity"
  974. "LoadAsAMod" "KeepClientSettings"
  975. }
  976.  
  977. "Cvars"
  978. {
  979. "sv_gravity" "300"
  980. "sv_airaccelerate" "500"
  981. }
  982. }
  983.  
  984. "Normal gravity"
  985. {
  986. "SectionOptions"
  987. {
  988. "AdminMenuName" "Game/Normal gravity"
  989. "PlayerDisplay" "Normal Gravity"
  990. "LoadAsAMod" "KeepClientSettings"
  991. }
  992.  
  993. "Cvars"
  994. {
  995. "sv_gravity" "800"
  996. "sv_airaccelerate" "12"
  997. }
  998. }
  999.  
  1000. "zeus"
  1001. {
  1002. "SectionOptions"
  1003. {
  1004. "AdminMenuName" "Equipment/Taser/Taser"
  1005. "PlayerDisplay" "Taser"
  1006. "LoadAsAMod" "KeepClientSettings"
  1007. }
  1008.  
  1009. "Cvars"
  1010. {
  1011. "dm_zeus" "1"
  1012. }
  1013. }
  1014.  
  1015. "no zeus"
  1016. {
  1017. "SectionOptions"
  1018. {
  1019. "AdminMenuName" "Equipment/Taser/No Taser"
  1020. "PlayerDisplay" "No Taser"
  1021. "LoadAsAMod" "KeepClientSettings"
  1022. }
  1023.  
  1024. "Cvars"
  1025. {
  1026. "dm_zeus" "0"
  1027. }
  1028. }
  1029.  
  1030. "Only HS Disabled"
  1031. {
  1032. "SectionOptions"
  1033. {
  1034. "AdminMenuName" "Game/Only HS/Disabled"
  1035. "PlayerDisplay" "Only HeadShot OFF"
  1036. "LoadAsAMod" "KeepClientSettings"
  1037. }
  1038.  
  1039. "Cvars"
  1040. {
  1041. "dm_onlyhs" "0"
  1042. }
  1043.  
  1044. "UnloadMessage"
  1045. {
  1046. "Messages" "Only Headshot"
  1047. }
  1048. }
  1049.  
  1050. "Only HS Enabled"
  1051. {
  1052. "SectionOptions"
  1053. {
  1054. "AdminMenuName" "Game/Only HS/Enabled"
  1055. "PlayerDisplay" "Only HeadShot"
  1056. "LoadAsAMod" "KeepClientSettings"
  1057. }
  1058.  
  1059. "Cvars"
  1060. {
  1061. "dm_onlyhs" "1"
  1062. "dm_onlyhs_allowknife" "0"
  1063. "dm_onlyhs_allownade" "0"
  1064. "dm_onlyhs_allowworld" "0"
  1065. }
  1066.  
  1067. "LoadMessage"
  1068. {
  1069. "Messages" "Only Headshot"
  1070. }
  1071. }
  1072.  
  1073. "Only HS +knife"
  1074. {
  1075. "SectionOptions"
  1076. {
  1077. "AdminMenuName" "Game/Only HS/Enabled +Knivez"
  1078. "PlayerDisplay" "Only HeadShot and Knivez"
  1079. "LoadAsAMod" "KeepClientSettings"
  1080. }
  1081.  
  1082. "Cvars"
  1083. {
  1084. "dm_onlyhs" "1"
  1085. "dm_onlyhs_allowknife" "1"
  1086. "dm_onlyhs_allownade" "0"
  1087. "dm_onlyhs_allowworld" "0"
  1088. }
  1089.  
  1090. "LoadMessage"
  1091. {
  1092. "Messages" "Only Headshot"
  1093. }
  1094. }
  1095.  
  1096. "Only HS +knife +Nade"
  1097. {
  1098. "SectionOptions"
  1099. {
  1100. "AdminMenuName" "Game/Only HS/Enabled +Knivez+Nade"
  1101. "PlayerDisplay" "Only HeadShot, Knivez and Nades"
  1102. "LoadAsAMod" "KeepClientSettings"
  1103. }
  1104.  
  1105. "Cvars"
  1106. {
  1107. "dm_onlyhs" "1"
  1108. "dm_onlyhs_allowknife" "1"
  1109. "dm_onlyhs_allownade" "1"
  1110. "dm_onlyhs_allowworld" "0"
  1111. }
  1112.  
  1113. "LoadMessage"
  1114. {
  1115. "Messages" "Only Headshot"
  1116. }
  1117. }
  1118.  
  1119. "Only HS +knife +Nade + World"
  1120. {
  1121. "SectionOptions"
  1122. {
  1123. "AdminMenuName" "Game/Only HS/Enabled +Knivez+Nade+World"
  1124. "PlayerDisplay" "Only HeadShot, Knivez and Nades"
  1125. "LoadAsAMod" "KeepClientSettings"
  1126. }
  1127.  
  1128. "Cvars"
  1129. {
  1130. "dm_onlyhs" "1"
  1131. "dm_onlyhs_allowknife" "1"
  1132. "dm_onlyhs_allownade" "1"
  1133. "dm_onlyhs_allowworld" "1"
  1134. }
  1135.  
  1136. "LoadMessage"
  1137. {
  1138. "Messages" "Only Headshot"
  1139. }
  1140. }
  1141. }
  1142.  
  1143. "Game Modes"
  1144. {
  1145. "p250"
  1146. {
  1147. "SectionOptions"
  1148. {
  1149. "AdminMenuName" "Pistols/P250"
  1150. "PlayerDisplay" "P250 Only"
  1151. }
  1152.  
  1153. "Load"
  1154. {
  1155. "Configs" "Options Default"
  1156. "Configs" "No Menu"
  1157. "Configs" "No Helmet"
  1158. "Configs" "No Nades"
  1159. "Configs" "Primary disabled"
  1160. "Configs" "Secondary disabled"
  1161. }
  1162.  
  1163. "Cvars"
  1164. {
  1165. "dm_default_secondary" "weapon_p250"
  1166. }
  1167. }
  1168.  
  1169. "usp"
  1170. {
  1171. "SectionOptions"
  1172. {
  1173. "AdminMenuName" "Pistols/USP"
  1174. "PlayerDisplay" "USP Only"
  1175. }
  1176.  
  1177. "Load"
  1178. {
  1179. "Configs" "Options Default"
  1180. "Configs" "No Menu"
  1181. "Configs" "No Helmet"
  1182. "Configs" "No Nades"
  1183. "Configs" "Primary disabled"
  1184. "Configs" "Secondary disabled"
  1185. }
  1186.  
  1187. "Cvars"
  1188. {
  1189. "dm_default_secondary" "weapon_usp_silencer"
  1190. }
  1191. }
  1192.  
  1193. "p2000"
  1194. {
  1195. "SectionOptions"
  1196. {
  1197. "AdminMenuName" "Pistols/P2000"
  1198. "PlayerDisplay" "P2000 Only"
  1199. }
  1200.  
  1201. "Load"
  1202. {
  1203. "Configs" "Options Default"
  1204. "Configs" "No Menu"
  1205. "Configs" "No Helmet"
  1206. "Configs" "No Nades"
  1207. "Configs" "Primary disabled"
  1208. "Configs" "Secondary disabled"
  1209. }
  1210.  
  1211. "Cvars"
  1212. {
  1213. "dm_default_secondary" "weapon_hkp2000"
  1214. }
  1215. }
  1216.  
  1217. "glock"
  1218. {
  1219. "SectionOptions"
  1220. {
  1221. "AdminMenuName" "Pistols/Glock"
  1222. "PlayerDisplay" "Glock Only"
  1223. }
  1224.  
  1225. "Load"
  1226. {
  1227. "Configs" "Options Default"
  1228. "Configs" "No Menu"
  1229. "Configs" "No Helmet"
  1230. "Configs" "No Nades"
  1231. "Configs" "Primary disabled"
  1232. "Configs" "Secondary disabled"
  1233. }
  1234.  
  1235. "Cvars"
  1236. {
  1237. "dm_default_secondary" "weapon_glock"
  1238. }
  1239. }
  1240.  
  1241. "deagle"
  1242. {
  1243. "SectionOptions"
  1244. {
  1245. "AdminMenuName" "Pistols/Deagle"
  1246. "PlayerDisplay" "Deagle Only"
  1247. }
  1248.  
  1249. "Load"
  1250. {
  1251. "Configs" "Options Default"
  1252. "Configs" "No Menu"
  1253. "Configs" "HE Nades"
  1254. "Configs" "Primary disabled"
  1255. "Configs" "Secondary disabled"
  1256. }
  1257.  
  1258. "Cvars"
  1259. {
  1260. "dm_default_secondary" "weapon_deagle"
  1261. }
  1262. }
  1263.  
  1264. "deagle one bullet"
  1265. {
  1266. "SectionOptions"
  1267. {
  1268. "AdminMenuName" "Pistols/Deagle 1 Bullet"
  1269. "PlayerDisplay" "Deagle 1 Bullet Only"
  1270. }
  1271.  
  1272. "Load"
  1273. {
  1274. "Configs" "Options Default"
  1275. "Configs" "No Menu"
  1276. "Configs" "HE Nades"
  1277. "Configs" "Primary disabled"
  1278. "Configs" "Secondary disabled"
  1279. }
  1280.  
  1281. "Cvars"
  1282. {
  1283. "dm_default_secondary" "weapon_deagle"
  1284. }
  1285.  
  1286. "DefineWeapon"
  1287. {
  1288. "ClassName" "weapon_deagle"
  1289. "ClipSize" "1"
  1290. }
  1291. }
  1292.  
  1293. "mag7"
  1294. {
  1295. "SectionOptions"
  1296. {
  1297. "AdminMenuName" "Primary Fun/Mag-7"
  1298. "PlayerDisplay" "Mag-7 Only"
  1299. }
  1300.  
  1301. "Load"
  1302. {
  1303. "Configs" "Options Default"
  1304. "Configs" "No Menu"
  1305. "Configs" "HE Nades"
  1306. "Configs" "Primary disabled"
  1307. "Configs" "Secondary disabled"
  1308. }
  1309.  
  1310. "Cvars"
  1311. {
  1312. "dm_default_primary" "weapon_mag7"
  1313. }
  1314. }
  1315.  
  1316. "Low Power guns"
  1317. {
  1318. "SectionOptions"
  1319. {
  1320. "AdminMenuName" "Pistols/Low Power"
  1321. "PlayerDisplay" "Small Pistols"
  1322. }
  1323.  
  1324. "Load"
  1325. {
  1326. "Configs" "Options Default"
  1327. "Configs" "No Helmet"
  1328. "Configs" "No Nades"
  1329. "Configs" "Primary disabled"
  1330. "Configs" "Secondary Low power"
  1331. }
  1332. }
  1333.  
  1334. "Mid Power guns"
  1335. {
  1336. "SectionOptions"
  1337. {
  1338. "AdminMenuName" "Pistols/Mid Power"
  1339. "PlayerDisplay" "Pistols"
  1340. }
  1341.  
  1342. "Load"
  1343. {
  1344. "Configs" "Options Default"
  1345. "Configs" "No Helmet"
  1346. "Configs" "No Nades"
  1347. "Configs" "Primary disabled"
  1348. "Configs" "Secondary No TEC9, No Elite"
  1349. }
  1350. }
  1351.  
  1352. "Pistols"
  1353. {
  1354. "SectionOptions"
  1355. {
  1356. "AdminMenuName" "Pistols/Pistols"
  1357. "PlayerDisplay" "All Pistols"
  1358. }
  1359.  
  1360. "Load"
  1361. {
  1362. "Configs" "Options Default"
  1363. "Configs" "No Helmet"
  1364. "Configs" "No Nades"
  1365. "Configs" "Primary disabled"
  1366. "Configs" "Secondary Aim"
  1367. }
  1368.  
  1369. "LoadWarmup"
  1370. {
  1371. "Configs" "No Menu"
  1372. }
  1373.  
  1374. "Cvars"
  1375. {
  1376. "dm_default_primary" "none"
  1377. "dm_default_secondary" "random"
  1378. }
  1379. }
  1380.  
  1381. "Ak Colt"
  1382. {
  1383. "SectionOptions"
  1384. {
  1385. "AdminMenuName" "Aim/AK-Colt"
  1386. "PlayerDisplay" "AK-Colt"
  1387. }
  1388.  
  1389. "Load"
  1390. {
  1391. "Configs" "Options Default"
  1392. "Configs" "Hidden Menu"
  1393. "Configs" "Primary AK and M4"
  1394. "Configs" "Secondary No TEC9, No Elite"
  1395. "Configs" "No Nades"
  1396. }
  1397.  
  1398. "Cvars"
  1399. {
  1400. "dm_default_primary" "random"
  1401. "dm_default_secondary" "weapon_p250"
  1402. }
  1403. }
  1404.  
  1405. "Famas Galil"
  1406. {
  1407. "SectionOptions"
  1408. {
  1409. "AdminMenuName" "Aim/Famas-Galil"
  1410. "PlayerDisplay" "Famas-Galil"
  1411. }
  1412.  
  1413. "Load"
  1414. {
  1415. "Configs" "Options Default"
  1416. "Configs" "No Menu"
  1417. "Configs" "Primary Famas Galil"
  1418. "Configs" "Secondary No TEC9, No Elite"
  1419. "Configs" "No Nades"
  1420. }
  1421.  
  1422. "Cvars"
  1423. {
  1424. "dm_default_primary" "random"
  1425. "dm_default_secondary" "random"
  1426. }
  1427. }
  1428.  
  1429. "Scout knives"
  1430. {
  1431. "SectionOptions"
  1432. {
  1433. "AdminMenuName" "Aim/ScoutzKnivez"
  1434. "PlayerDisplay" "ScoutzKnivez"
  1435. }
  1436.  
  1437. "Load"
  1438. {
  1439. "Configs" "Options Default"
  1440. "Configs" "No Menu"
  1441. "Configs" "No Nades"
  1442. "Configs" "Primary disabled"
  1443. "Configs" "Secondary disabled"
  1444. }
  1445.  
  1446. "Cvars"
  1447. {
  1448. "dm_default_primary" "weapon_ssg08"
  1449. "dm_default_secondary" "none"
  1450. }
  1451. }
  1452.  
  1453. "SMGs"
  1454. {
  1455. "SectionOptions"
  1456. {
  1457. "AdminMenuName" "Primary Fun/SMGs"
  1458. "PlayerDisplay" "Only SubMachine Guns"
  1459. }
  1460.  
  1461. "Load"
  1462. {
  1463. "Configs" "Options Default"
  1464. "Configs" "HE Nades"
  1465. "Configs" "Primary Smgs"
  1466. "Configs" "Secondary disabled"
  1467. }
  1468.  
  1469. "LoadWarmup"
  1470. {
  1471. "Configs" "Random weapons"
  1472. "Configs" "No Menu"
  1473. }
  1474. }
  1475.  
  1476. "Shotguns"
  1477. {
  1478. "SectionOptions"
  1479. {
  1480. "AdminMenuName" "Primary Fun/Shotguns"
  1481. "PlayerDisplay" "Only Shotguns"
  1482. }
  1483.  
  1484. "Load"
  1485. {
  1486. "Configs" "Options Default"
  1487. "Configs" "HE Nades"
  1488. "Configs" "Primary Shotguns"
  1489. "Configs" "Secondary disabled"
  1490. }
  1491.  
  1492. "LoadWarmup"
  1493. {
  1494. "Configs" "Random weapons"
  1495. "Configs" "No Menu"
  1496. }
  1497. }
  1498.  
  1499. "AWP"
  1500. {
  1501. "SectionOptions"
  1502. {
  1503. "AdminMenuName" "Aim/AWP"
  1504. "PlayerDisplay" "Only AWP"
  1505. }
  1506.  
  1507. "Load"
  1508. {
  1509. "Configs" "Options Default"
  1510. "Configs" "Hidden Menu"
  1511. "Configs" "No Nades"
  1512. "Configs" "Primary Snipers"
  1513. "Configs" "Secondary No TEC9, No Elite"
  1514. }
  1515.  
  1516. "Cvars"
  1517. {
  1518. "dm_default_primary" "weapon_awp"
  1519. "dm_default_secondary" "weapon_p250"
  1520. }
  1521.  
  1522. "UnloadMessage"
  1523. {
  1524. "Messages" "Advertise Gun Menu"
  1525. }
  1526.  
  1527. "LoadMessage"
  1528. {
  1529. "Messages" "Scout available"
  1530. }
  1531. }
  1532.  
  1533. "AutoNoobs"
  1534. {
  1535. "SectionOptions"
  1536. {
  1537. "AdminMenuName" "Primary Fun/Auto Snipes"
  1538. "PlayerDisplay" "Only Auto Snipers"
  1539. }
  1540.  
  1541. "Load"
  1542. {
  1543. "Configs" "Options Default"
  1544. "Configs" "No Menu"
  1545. "Configs" "No Nades"
  1546. "Configs" "Primary autoSnipes"
  1547. "Configs" "Secondary No TEC9, No Elite"
  1548. }
  1549.  
  1550. "Cvars"
  1551. {
  1552. "dm_default_primary" "random"
  1553. "dm_default_secondary" "random"
  1554. }
  1555. }
  1556.  
  1557. "35hp"
  1558. {
  1559. "SectionOptions"
  1560. {
  1561. "AdminMenuName" "Game/35HP"
  1562. "PlayerDisplay" "Knivez 35HP"
  1563. }
  1564.  
  1565. "Load"
  1566. {
  1567. "Configs" "Options Default"
  1568. "Configs" "No Menu"
  1569. "Configs" "No Nades"
  1570. "Configs" "No Armour"
  1571. "Configs" "Primary disabled"
  1572. "Configs" "Secondary disabled"
  1573. }
  1574.  
  1575. "Cvars"
  1576. {
  1577. "dm_hp_start" "35"
  1578. "dm_hp_max" "70"
  1579. "dm_hp_knife" "10"
  1580. "sv_gravity" "200"
  1581. "sv_airaccelerate" "500"
  1582. }
  1583.  
  1584. "LoadWarmup"
  1585. {
  1586. "Configs" "zeus"
  1587. }
  1588. }
  1589.  
  1590. "Aim"
  1591. {
  1592. "SectionOptions"
  1593. {
  1594. "AdminMenuName" "Aim/Aim"
  1595. "PlayerDisplay" "AIM"
  1596. }
  1597.  
  1598. "Load"
  1599. {
  1600. "Configs" "Options Default"
  1601. "Configs" "Primary Aim"
  1602. "Configs" "Secondary Aim"
  1603. "Configs" "No Nades"
  1604. }
  1605. }
  1606.  
  1607. "Deathmatch"
  1608. {
  1609. "SectionOptions"
  1610. {
  1611. "AdminMenuName" "Game/Deathmatch"
  1612. "PlayerDisplay" "Deathmatch"
  1613. }
  1614.  
  1615. "Load"
  1616. {
  1617. "Configs" "Options Default"
  1618. "Configs" "Primary Aim"
  1619. "Configs" "Secondary Aim"
  1620. "Configs" "No Nades"
  1621. //"Configs" "zeus"
  1622. }
  1623. }
  1624.  
  1625. "HE war"
  1626. {
  1627. "SectionOptions"
  1628. {
  1629. "AdminMenuName" "Game/HE War"
  1630. "PlayerDisplay" "HE War"
  1631. }
  1632.  
  1633. "Load"
  1634. {
  1635. "Configs" "Options Default"
  1636. "Configs" "No Menu"
  1637. "Configs" "Infinite HE"
  1638. "Configs" "No Armour"
  1639. "Configs" "Primary disabled"
  1640. "Configs" "Secondary disabled"
  1641. }
  1642. }
  1643.  
  1644. "Decoy war"
  1645. {
  1646. "SectionOptions"
  1647. {
  1648. "AdminMenuName" "Game/Decoy War"
  1649. "PlayerDisplay" "Decoy War"
  1650. }
  1651.  
  1652. "Load"
  1653. {
  1654. "Configs" "Options Default"
  1655. "Configs" "No Menu"
  1656. "Configs" "No Nades"
  1657. "Configs" "No Armour"
  1658. "Configs" "Primary disabled"
  1659. "Configs" "Secondary disabled"
  1660. }
  1661.  
  1662. "Cvars"
  1663. {
  1664. "dm_hp_start" "1"
  1665. "dm_hp_max" "2"
  1666. "dm_hp_kill" "1"
  1667. "dm_hp_hs" "1"
  1668. "dm_hp_knife" "1"
  1669.  
  1670. "dm_hp_to_kevlar_mode" "0"
  1671. "dm_hp_to_helmet" "0"
  1672.  
  1673. "dm_nades_decoy" "1"
  1674. "sv_infinite_ammo" "2"
  1675. }
  1676. }
  1677.  
  1678. "Default Warmups"
  1679. {
  1680. "WarmupOption"
  1681. {
  1682. "Game Modes" "HE war"
  1683. "Game Modes" "Decoy war"
  1684. "Game Modes" "35hp"
  1685. "Game Modes" "deagle"
  1686. "Game Modes" "usp"
  1687. "Game Modes" "mag7"
  1688. "Game Modes" "Scout knives"
  1689. "Game Modes" "SMGs"
  1690. "Game Modes" "Shotguns"
  1691. "Game Modes" "Famas Galil"
  1692. "Game Modes" "AutoNoobs"
  1693. "Game Modes" "Pistols"
  1694. }
  1695.  
  1696. "LoadMessageWarmup"
  1697. {
  1698. "Messages" "Warmup Weapons"
  1699. }
  1700. }
  1701.  
  1702. "Warmups No gun"
  1703. {
  1704. "WarmupOption"
  1705. {
  1706. "Game Modes" "HE war"
  1707. "Game Modes" "Decoy war"
  1708. "Game Modes" "35hp"
  1709. "Game Modes" "Scout knives"
  1710. "Game Modes" "SMGs"
  1711. "Game Modes" "Shotguns"
  1712. "Game Modes" "Famas Galil"
  1713. "Game Modes" "AutoNoobs"
  1714. }
  1715.  
  1716. "LoadMessageWarmup"
  1717. {
  1718. "Messages" "Warmup Weapons"
  1719. }
  1720. }
  1721.  
  1722. "Warmups No knife"
  1723. {
  1724. "WarmupOption"
  1725. {
  1726. "Game Modes" "HE war"
  1727. "Game Modes" "Decoy war"
  1728. "Game Modes" "deagle"
  1729. "Game Modes" "usp"
  1730. "Game Modes" "mag7"
  1731. "Game Modes" "Scout knives"
  1732. "Game Modes" "SMGs"
  1733. "Game Modes" "Shotguns"
  1734. "Game Modes" "Famas Galil"
  1735. "Game Modes" "AutoNoobs"
  1736. "Game Modes" "Pistols"
  1737. }
  1738.  
  1739. "LoadMessageWarmup"
  1740. {
  1741. "Messages" "Warmup Weapons"
  1742. }
  1743. }
  1744.  
  1745. "Warmups no snipe"
  1746. {
  1747. "WarmupOption"
  1748. {
  1749. "Game Modes" "HE war"
  1750. "Game Modes" "Decoy war"
  1751. "Game Modes" "35hp"
  1752. "Game Modes" "deagle"
  1753. "Game Modes" "usp"
  1754. "Game Modes" "mag7"
  1755. "Game Modes" "SMGs"
  1756. "Game Modes" "Shotguns"
  1757. "Game Modes" "Famas Galil"
  1758. "Game Modes" "Pistols"
  1759. }
  1760.  
  1761. "LoadMessageWarmup"
  1762. {
  1763. "Messages" "Warmup Weapons"
  1764. }
  1765. }
  1766.  
  1767. "Warmups he"
  1768. {
  1769. "WarmupOption"
  1770. {
  1771. "Game Modes" "35hp"
  1772. "Game Modes" "deagle"
  1773. "Game Modes" "mag7"
  1774. "Game Modes" "SMGs"
  1775. "Game Modes" "Shotguns"
  1776. "Game Modes" "Pistols"
  1777. }
  1778.  
  1779. "LoadMessageWarmup"
  1780. {
  1781. "Messages" "Warmup Weapons"
  1782. }
  1783. }
  1784. }
  1785.  
  1786. "Maps"
  1787. {
  1788. "aim_map_p250"
  1789. {
  1790. "LoadRound"
  1791. {
  1792. "Game Modes" "p250"
  1793. }
  1794.  
  1795. "LoadWarmup"
  1796. {
  1797. "Game Modes" "Warmups No gun"
  1798. }
  1799. }
  1800.  
  1801. "aim_map_usp"
  1802. {
  1803. "LoadRound"
  1804. {
  1805. "Game Modes" "usp"
  1806. }
  1807.  
  1808. "LoadWarmup"
  1809. {
  1810. "Game Modes" "Warmups No gun"
  1811. }
  1812. }
  1813.  
  1814. "aim_pistol"
  1815. {
  1816. "LoadRound"
  1817. {
  1818. "Game Modes" "Mid Power guns"
  1819. }
  1820.  
  1821. "LoadWarmup"
  1822. {
  1823. "Game Modes" "Warmups No gun"
  1824. }
  1825. }
  1826.  
  1827. "aim_ak-colt"
  1828. {
  1829. "LoadRound"
  1830. {
  1831. "Game Modes" "Ak Colt"
  1832. }
  1833.  
  1834. "LoadWarmup"
  1835. {
  1836. "Game Modes" "Default Warmups"
  1837. }
  1838. }
  1839.  
  1840. "scoutzknivez"
  1841. {
  1842. "LoadRound"
  1843. {
  1844. "Game Modes" "Scout knives"
  1845. }
  1846.  
  1847. "LoadWarmup"
  1848. {
  1849. "Game Modes" "Warmups no snipe"
  1850. }
  1851.  
  1852. "Load"
  1853. {
  1854. "Configs" "Scout knives low gravity"
  1855. }
  1856. }
  1857.  
  1858. "awp"
  1859. {
  1860. "LoadRound"
  1861. {
  1862. "Game Modes" "AWP"
  1863. }
  1864.  
  1865. "LoadWarmup"
  1866. {
  1867. "Game Modes" "Warmups no snipe"
  1868. }
  1869. }
  1870.  
  1871. "scout"
  1872. {
  1873. "LoadRound"
  1874. {
  1875. "Game Modes" "Scout knives"
  1876. }
  1877.  
  1878. "LoadWarmup"
  1879. {
  1880. "Game Modes" "Warmups no snipe"
  1881. }
  1882. }
  1883.  
  1884. "35hp"
  1885. {
  1886. "LoadRound"
  1887. {
  1888. "Game Modes" "35hp"
  1889. "Configs" "Duration 5mn"
  1890. }
  1891.  
  1892. "LoadWarmup"
  1893. {
  1894. "Game Modes" "Warmups No knife"
  1895. }
  1896. }
  1897.  
  1898. "he"
  1899. {
  1900. "LoadRound"
  1901. {
  1902. "Game Modes" "HE war"
  1903. "Configs" "Duration 5mn"
  1904. }
  1905.  
  1906. "LoadWarmup"
  1907. {
  1908. "Game Modes" "Warmups he"
  1909. }
  1910.  
  1911. }
  1912.  
  1913. "aim"
  1914. {
  1915. "LoadRound"
  1916. {
  1917. "Game Modes" "Aim"
  1918. }
  1919.  
  1920. "LoadWarmup"
  1921. {
  1922. "Game Modes" "Default Warmups"
  1923. }
  1924. }
  1925.  
  1926. "fy"
  1927. {
  1928. "LoadRound"
  1929. {
  1930. "Game Modes" "Deathmatch"
  1931. //"Configs" "Only HS +knife"
  1932. }
  1933.  
  1934. "LoadWarmup"
  1935. {
  1936. "Game Modes" "Default Warmups"
  1937. }
  1938.  
  1939. "#LoadType" "KeptLoads"
  1940. "#LoadType" "LockedLoads"
  1941.  
  1942. "Load"
  1943. {
  1944. "Configs" "Random Spawn"
  1945. }
  1946.  
  1947. "Cvars"
  1948. {
  1949. "mp_teammates_are_enemies" "1"
  1950. }
  1951. }
  1952.  
  1953. "gg"
  1954. {
  1955. "Load"
  1956. {
  1957. "Maps" "fy"
  1958. }
  1959. }
  1960.  
  1961. ""
  1962. {
  1963. "Load"
  1964. {
  1965. "Maps" "fy"
  1966. }
  1967.  
  1968. }
  1969. }
  1970. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement