Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.56 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.4.0)
  2. // ConVars for plugin "sm_hosties.smx"
  3.  
  4.  
  5. // Enable or disable automatic adding of SM_Hosties in sv_tags (visible from the server browser in CS:S): 0 - disable, 1 - enable
  6. // -
  7. // Default: "1"
  8. // Minimum: "0.000000"
  9. // Maximum: "1.000000"
  10. sm_hosties_add_servertag "1"
  11.  
  12. // Enable or disable announcements when a CT attacks a non-rebelling T: 0 - disable, 1 - enable
  13. // -
  14. // Default: "1"
  15. // Minimum: "0.000000"
  16. // Maximum: "1.000000"
  17. sm_hosties_announce_attack "1"
  18.  
  19. // Enable or disable chat announcements when Last Requests starts to be available: 0 - disable, 1 - enable
  20. // -
  21. // Default: "1"
  22. // Minimum: "0.000000"
  23. // Maximum: "1.000000"
  24. sm_hosties_announce_lr "1"
  25.  
  26. // Enable or disable chat announcements to tell that last request delaying is activated and how long the delay is: 0 - disable, 1 - enable
  27. // -
  28. // Default: "1"
  29. // Minimum: "0.000000"
  30. // Maximum: "1.000000"
  31. sm_hosties_announce_lr_delay "1"
  32.  
  33. // Enable or disable chat announcements when a terrorist becomes a rebel: 0 - disable, 1 - enable
  34. // -
  35. // Default: "0"
  36. // Minimum: "0.000000"
  37. // Maximum: "1.000000"
  38. sm_hosties_announce_rebel "0"
  39.  
  40. // Enable or disable chat announcements when a rebel is killed: 0 - disable, 1 - enable
  41. // -
  42. // Default: "0"
  43. // Minimum: "0.000000"
  44. // Maximum: "1.000000"
  45. sm_hosties_announce_rebel_down "0"
  46.  
  47. // Enable or disable rule announcements in the beginning of every round ('please follow the rules listed in !rules'): 0 - disable, 1 - enable
  48. // -
  49. // Default: "1"
  50. // Minimum: "0.000000"
  51. // Maximum: "1.000000"
  52. sm_hosties_announce_rules "0"
  53.  
  54. // Enable or disable an announcement telling that a non-rebelling T has a weapon when he gets attacked by a CT (also requires sm_hosties_announce_attack 1): 0 - disable, 1 - enable
  55. // -
  56. // Default: "0"
  57. // Minimum: "0.000000"
  58. // Maximum: "1.000000"
  59. sm_hosties_announce_wpn_attack "1"
  60.  
  61. // What sound to play each second a beacon is 'ping'ed.
  62. // -
  63. // Default: "buttons/blip1.wav"
  64. sm_hosties_beacon_sound "buttons/blip1.wav"
  65.  
  66. // Enable or disable the !checkplayers command: 0 - disable, 1 - enable
  67. // -
  68. // Default: "1"
  69. // Minimum: "0.000000"
  70. // Maximum: "1.000000"
  71. sm_hosties_checkplayers_enable "1"
  72.  
  73. // Comma delimitted list of items to give to CTs at spawn
  74. // -
  75. // Default: "weapon_knife,weapon_m4a1,weapon_usp"
  76. sm_hosties_ct_start "weapon_knife,weapon_m4a1,weapon_usp"
  77.  
  78. // Enable or disable the display of the Powered by SM Hosties message at the start of each round.
  79. // -
  80. // Default: "1"
  81. // Minimum: "0.000000"
  82. // Maximum: "1.000000"
  83. sm_hosties_display_advert "0"
  84.  
  85. // Turns on or off the advanced freekill protection system.
  86. // -
  87. // Default: "1"
  88. // Minimum: "0.000000"
  89. // Maximum: "1.000000"
  90. sm_hosties_freekill_adv_prot "0"
  91.  
  92. // The length of an automated freekill ban (if sm_hosties_freekill_punishment is 2): x - ban length in minutes
  93. // -
  94. // Default: "60"
  95. // Minimum: "0.000000"
  96. sm_hosties_freekill_ban_length "60"
  97.  
  98. // Whether to notify CTs who kills a non-rebelling T about how many 'freekills' they have, or not: 0 - disable, 1 - enable
  99. // -
  100. // Default: "0"
  101. // Minimum: "0.000000"
  102. // Maximum: "1.000000"
  103. sm_hosties_freekill_notify "0"
  104.  
  105. // The punishment to give to a CT who overrides the treshold: 0 - slay, 1 - kick, 2 - ban
  106. // -
  107. // Default: "0"
  108. // Minimum: "0.000000"
  109. // Maximum: "2.000000"
  110. sm_hosties_freekill_punishment "0"
  111.  
  112. // When to reset the 'freekill counter' for all CTs: 0 - on round start, 1 - on map end
  113. // -
  114. // Default: "0"
  115. // Minimum: "0.000000"
  116. // Maximum: "1.000000"
  117. sm_hosties_freekill_reset "0"
  118.  
  119. // What sound to play if a non-rebelling T gets 'freekilled', relative to the sound-folder: -1 - disable, path - path to sound file
  120. // -
  121. // Default: "sm_hosties/freekill1.mp3"
  122. sm_hosties_freekill_sound "sm_hosties/freekill1.mp3"
  123.  
  124. // When to play the 'freekill sound': 0 - on freeATTACK, 1 - on freeKILL
  125. // -
  126. // Default: "1"
  127. // Minimum: "0.000000"
  128. // Maximum: "1.000000"
  129. sm_hosties_freekill_sound_mode "1"
  130.  
  131. // The amount of non-rebelling terrorists a CT is allowed to kill before action is taken: 0 - disabled, >0 - amount of Ts
  132. // -
  133. // Default: "0"
  134. // Minimum: "0.000000"
  135. // Maximum: "64.000000"
  136. sm_hosties_freekill_treshold "0"
  137.  
  138. // Sets the game description tag.
  139. // -
  140. // Default: "Hosties/Jailbreak v2"
  141. sm_hosties_gamedesc_tag "Hosties/Jailbreak v2"
  142.  
  143. // Enable or disable Last Requests (the !lr command): 0 - disable, 1 - enable
  144. // -
  145. // Default: "1"
  146. // Minimum: "0.000000"
  147. // Maximum: "1.000000"
  148. sm_hosties_lr "1"
  149.  
  150. // Beacon players on LR or not: 0 - disable, 1 - enable
  151. // -
  152. // Default: "1"
  153. // Minimum: "0.000000"
  154. // Maximum: "1.000000"
  155. sm_hosties_lr_beacon "1"
  156.  
  157. // The interval in seconds of which the beacon 'beeps' on LR
  158. // -
  159. // Default: "1.0"
  160. // Minimum: "0.100000"
  161. sm_hosties_lr_beacon_interval "1.50"
  162.  
  163. // Displays connecting beams between LR contestants: 0 - disable, 1 - enable
  164. // -
  165. // Default: "1"
  166. // Minimum: "0.000000"
  167. // Maximum: "1.000000"
  168. sm_hosties_lr_beams "1"
  169.  
  170. // Controls how close LR partners must be before the connecting beams will disappear: 0 - always on, >0 the distance in game units
  171. // -
  172. // Default: "0.0"
  173. // Minimum: "0.000000"
  174. sm_hosties_lr_beams_distance "0.0"
  175.  
  176. // What to do with a chicken fighter who attacks the other player with another weapon than knife: 0 - abort LR, 1 - slay player
  177. // -
  178. // Default: "1"
  179. // Minimum: "0.000000"
  180. // Maximum: "1.000000"
  181. sm_hosties_lr_cf_cheat_action "1"
  182.  
  183. // Enable LR Chicken Fight: 0 - disable, 1 - enable
  184. // -
  185. // Default: "1"
  186. // Minimum: "0.000000"
  187. // Maximum: "1.000000"
  188. sm_hosties_lr_cf_enable "1"
  189.  
  190. // What color to turn the loser of a chicken fight into (rgB): x - blue value
  191. // -
  192. // Default: "0"
  193. // Minimum: "0.000000"
  194. // Maximum: "255.000000"
  195. sm_hosties_lr_cf_loser_blue "0"
  196.  
  197. // What color to turn the loser of a chicken fight into (rGb): x - green value
  198. // -
  199. // Default: "255"
  200. // Minimum: "0.000000"
  201. // Maximum: "255.000000"
  202. sm_hosties_lr_cf_loser_green "255"
  203.  
  204. // What color to turn the loser of a chicken fight into (only if sm_hosties_lr_cf_slay == 0, set R, G and B values to 255 to disable) (Rgb): x - red value
  205. // -
  206. // Default: "255"
  207. // Minimum: "0.000000"
  208. // Maximum: "255.000000"
  209. sm_hosties_lr_cf_loser_red "255"
  210.  
  211. // Slay the loser of a Chicken Fight instantly? 0 - disable, 1 - enable
  212. // -
  213. // Default: "1"
  214. // Minimum: "0.000000"
  215. // Maximum: "1.000000"
  216. sm_hosties_lr_cf_slay "1"
  217.  
  218. // Enables that players can not attack players in LR and players in LR can not attack players outside LR: 0 - disable, 1 - enable
  219. // -
  220. // Default: "0"
  221. // Minimum: "0.000000"
  222. // Maximum: "1.000000"
  223. sm_hosties_lr_damage "0"
  224.  
  225. // Enable health-checker in LR Dodgeball to prevent contestant cheating (healing themselves): 0 - disable, 1 - enable
  226. // -
  227. // Default: "1"
  228. // Minimum: "0.000000"
  229. // Maximum: "1.000000"
  230. sm_hosties_lr_db_cheatcheck "1"
  231.  
  232. // Enable LR Dodgeball: 0 - disable, 1 - enable
  233. // -
  234. // Default: "1"
  235. // Minimum: "0.000000"
  236. // Maximum: "1.000000"
  237. sm_hosties_lr_db_enable "1"
  238.  
  239. // The amount of time after a thrown flash before a new flash is given to a contestant: float value - delay in seconds
  240. // -
  241. // Default: "1.4"
  242. // Minimum: "0.700000"
  243. // Maximum: "6.000000"
  244. sm_hosties_lr_db_flash_duration "0.9"
  245.  
  246. // What gravity multiplier the dodgeball contestants will get: <1.0 - less/lower, >1.0 - more/higher
  247. // -
  248. // Default: "0.6"
  249. // Minimum: "0.100000"
  250. // Maximum: "2.000000"
  251. sm_hosties_lr_db_gravity "0.6"
  252.  
  253. // Delay in seconds before a last request can be started: 0.0 - instantly, >0.0 - (float value) delay in seconds
  254. // -
  255. // Default: "0.0"
  256. // Minimum: "0.000000"
  257. sm_hosties_lr_enable_delay "0.0"
  258.  
  259. // Enable LR Gun Toss: 0 - disable, 1 - enable
  260. // -
  261. // Default: "1"
  262. // Minimum: "0.000000"
  263. // Maximum: "1.000000"
  264. sm_hosties_lr_gt_enable "1"
  265.  
  266. // Deagle marking (requires sm_hosties_lr_gt_mode 1): 0 - markers straight up where the deagles land, 1 - markers starting where the deagle was dropped ending at the deagle landing point
  267. // -
  268. // Default: "0"
  269. sm_hosties_lr_gt_markers "0"
  270.  
  271. // Displays a distance meter: 0 - do not display, 1 - display
  272. // -
  273. // Default: "1"
  274. // Minimum: "0.000000"
  275. // Maximum: "1.000000"
  276. sm_hosties_lr_gt_meter "1"
  277.  
  278. // How Gun Toss will be played: 0 - no double-dropping checking, deagle gets 7 ammo at start, 1 - double dropping check, deagle gets 7 ammo on drop, colouring of deagles, deagle markers
  279. // -
  280. // Default: "1"
  281. sm_hosties_lr_gt_mode "1"
  282.  
  283. // What to do with a hot potato contestant who attacks the other player: 0 - abort LR, 1 - slay player
  284. // -
  285. // Default: "1"
  286. // Minimum: "0.000000"
  287. // Maximum: "1.000000"
  288. sm_hosties_lr_hp_cheat_action "1"
  289.  
  290. // Enable LR Hot Potato: 0 - disable, 1 - enable
  291. // -
  292. // Default: "1"
  293. // Minimum: "0.000000"
  294. // Maximum: "1.000000"
  295. sm_hosties_lr_hp_enable "1"
  296.  
  297. // Maximum time in seconds the Hot Potato contest will last for (time is randomized): float value - time
  298. // -
  299. // Default: "20.0"
  300. // Minimum: "8.000000"
  301. // Maximum: "120.000000"
  302. sm_hosties_lr_hp_maxtime "13.0"
  303.  
  304. // Minimum time in seconds the Hot Potato contest will last for (time is randomized): float value - time
  305. // -
  306. // Default: "10.0"
  307. // Minimum: "0.000000"
  308. // Maximum: "45.000000"
  309. sm_hosties_lr_hp_mintime "6.0"
  310.  
  311. // Enable announcement when a Hot Potato contestant picks up the hot potato: 0 - disable, 1 - enable
  312. // -
  313. // Default: "0"
  314. // Minimum: "0.000000"
  315. // Maximum: "1.000000"
  316. sm_hosties_lr_hp_pickupannounce "0"
  317.  
  318. // What speed multiplier a hot potato contestant who has the deagle is gonna get: <1.0 - slower, >1.0 - faster
  319. // -
  320. // Default: "1.5"
  321. // Minimum: "0.800000"
  322. // Maximum: "3.000000"
  323. sm_hosties_lr_hp_speed_multipl "1.5"
  324.  
  325. // Teleport CT to T on hot potato contest start: 0 - disable, 1 - enable, 2 - enable and freeze
  326. // -
  327. // Default: "2"
  328. // Minimum: "0.000000"
  329. // Maximum: "2.000000"
  330. sm_hosties_lr_hp_teleport "2"
  331.  
  332. // Enables the LR Jumping Contest: 0 - disable, 1 - enable
  333. // -
  334. // Default: "1"
  335. // Minimum: "0.000000"
  336. // Maximum: "1.000000"
  337. sm_hosties_lr_jumpcontest_on "0"
  338.  
  339. // What to do with a knife fighter who attacks the other player with another weapon than knife: 0 - abort LR, 1 - slay player
  340. // -
  341. // Default: "1"
  342. // Minimum: "0.000000"
  343. // Maximum: "1.000000"
  344. sm_hosties_lr_kf_cheat_action "1"
  345.  
  346. // The multiplier used for how drunk the player will be during the drunken boxing knife fight.
  347. // -
  348. // Default: "4"
  349. // Minimum: "0.000000"
  350. sm_hosties_lr_kf_drunk "4"
  351.  
  352. // Enable LR Knife Fight: 0 - disable, 1 - enable
  353. // -
  354. // Default: "1"
  355. // Minimum: "0.000000"
  356. // Maximum: "1.000000"
  357. sm_hosties_lr_kf_enable "1"
  358.  
  359. // The multiplier used for the low-gravity knife fight.
  360. // -
  361. // Default: "0.6"
  362. // Minimum: "0.000000"
  363. // Maximum: "1.000000"
  364. sm_hosties_lr_kf_gravity "0.6"
  365.  
  366. // The multiplier used for the high-speed knife fight.
  367. // -
  368. // Default: "2.2"
  369. // Minimum: "1.100000"
  370. sm_hosties_lr_kf_speed "2.2"
  371.  
  372. // The number of bullets in each magazine given to Mag4Mag LR contestants
  373. // -
  374. // Default: "7"
  375. // Minimum: "2.000000"
  376. sm_hosties_lr_m4m_capacity "7"
  377.  
  378. // Enables the LR Magazine4Magazine: 0 - disable, 1 - enable
  379. // -
  380. // Default: "1"
  381. // Minimum: "0.000000"
  382. // Maximum: "1.000000"
  383. sm_hosties_lr_mag4mag_on "1"
  384.  
  385. // Delay in seconds before a No Scope Battle begins (to prepare the contestants...)
  386. // -
  387. // Default: "3"
  388. // Minimum: "0.000000"
  389. sm_hosties_lr_ns_delay "3"
  390.  
  391. // Enable LR No Scope Battle: 0 - disable, 1 - enable
  392. // -
  393. // Default: "1"
  394. // Minimum: "0.000000"
  395. // Maximum: "1.000000"
  396. sm_hosties_lr_ns_enable "1"
  397.  
  398. // Weapon to use in a No Scope Battle: 0 - AWP, 1 - scout, 2 - let the terrorist choose, 3 - SG550, 4 - G3SG1
  399. // -
  400. // Default: "2"
  401. // Minimum: "0.000000"
  402. // Maximum: "2.000000"
  403. sm_hosties_lr_ns_weapon "2"
  404.  
  405. // What to do when a LR-player gets killed by a player not in LR during LR: 0 - just abort LR, 1 - abort LR and slay the attacker
  406. // -
  407. // Default: "1"
  408. // Minimum: "0.000000"
  409. // Maximum: "1.000000"
  410. sm_hosties_lr_p_killed_action "0"
  411.  
  412. // Allow prisoners to set race points in the air.
  413. // -
  414. // Default: "0"
  415. // Minimum: "0.000000"
  416. // Maximum: "1.000000"
  417. sm_hosties_lr_race_airpoints "0"
  418.  
  419. // Enables the LR Race: 0 - disable, 1 - enable
  420. // -
  421. // Default: "1"
  422. // Minimum: "0.000000"
  423. // Maximum: "1.000000"
  424. sm_hosties_lr_race_on "1"
  425.  
  426. // Tells all CTs when a T has selected the race option from the LR menu
  427. // -
  428. // Default: "1"
  429. // Minimum: "0.000000"
  430. // Maximum: "1.000000"
  431. sm_hosties_lr_race_tell_cts "1"
  432.  
  433. // Decides what to do with those who rebel/interfere during an LR. 1 - Abort, 2 - Slay.
  434. // -
  435. // Default: "2"
  436. // Minimum: "1.000000"
  437. // Maximum: "2.000000"
  438. sm_hosties_lr_rebel_action "1"
  439.  
  440. // If the Rebel LR option is enabled, specifies how minimum number of alive counter-terrorists needed for the option to appear in the LR menu.
  441. // -
  442. // Default: "1"
  443. // Minimum: "1.000000"
  444. sm_hosties_lr_rebel_cts "1"
  445.  
  446. // Sets terrorists to rebels for firing a bullet. 0 - Disabled, 1 - Enabled.
  447. // -
  448. // Default: "0"
  449. // Minimum: "0.000000"
  450. // Maximum: "1.000000"
  451. sm_hosties_lr_rebel_impact "1"
  452.  
  453. // LR-mode for rebelling terrorists: 0 - Rebelling Ts can never have a LR, 1 - Rebelling Ts must let the CT decide if a LR is OK, 2 - Rebelling Ts can have a LR just like other Ts
  454. // -
  455. // Default: "1"
  456. // Minimum: "0.000000"
  457. sm_hosties_lr_rebel_mode "1"
  458.  
  459. // Enables the LR Rebel: 0 - disable, 1 - enable
  460. // -
  461. // Default: "1"
  462. // Minimum: "0.000000"
  463. // Maximum: "1.000000"
  464. sm_hosties_lr_rebel_on "0"
  465.  
  466. // If the Rebel LR option is enabled, specifies the maximum number of alive terrorists needed for the option to appear in the LR menu.
  467. // -
  468. // Default: "1"
  469. // Minimum: "1.000000"
  470. sm_hosties_lr_rebel_ts "1"
  471.  
  472. // Enable LR Rock Paper Scissors: 0 - disable, 1 - enable
  473. // -
  474. // Default: "1"
  475. // Minimum: "0.000000"
  476. // Maximum: "1.000000"
  477. sm_hosties_lr_rps_enable "1"
  478.  
  479. // Enables the LR Russian Roulette: 0 - disable, 1 - enable
  480. // -
  481. // Default: "1"
  482. // Minimum: "0.000000"
  483. // Maximum: "1.000000"
  484. sm_hosties_lr_russianroulette_on "1"
  485.  
  486. // What to do with someone who fires 2 shots in a row in Shot4Shot: 0 - nothing (ignore completely), 1 - Follow rebel punishment cvars
  487. // -
  488. // Default: "1"
  489. // Minimum: "0.000000"
  490. // Maximum: "1.000000"
  491. sm_hosties_lr_s4s_dblsht_action "1"
  492.  
  493. // Enable LR Shot4Shot: 0 - disable, 1 - enable
  494. // -
  495. // Default: "1"
  496. // Minimum: "0.000000"
  497. // Maximum: "1.000000"
  498. sm_hosties_lr_s4s_enable "1"
  499.  
  500. // Enable announcements in Shot4Shot or Mag4Mag when a contestant empties their gun: 0 - disable, 1 - enable
  501. // -
  502. // Default: "1"
  503. // Minimum: "0.000000"
  504. // Maximum: "1.000000"
  505. sm_hosties_lr_s4s_shot_taken "1"
  506.  
  507. // Specifies if non-death related LR messages are sent to everyone or just the active participants in that LR. 0: participants, 1: everyone
  508. // -
  509. // Default: "0"
  510. // Minimum: "0.000000"
  511. // Maximum: "1.000000"
  512. sm_hosties_lr_send_global_msgs "0"
  513.  
  514. // What sound to play when LR gets available, relative to the sound-folder (also requires sm_hosties_announce_lr to be 1): -1 - disable, path - path to sound file
  515. // -
  516. // Default: "sm_hosties/lr1.mp3"
  517. sm_hosties_lr_sound "sm_hosties/lr1.mp3"
  518.  
  519. // The maximum number of terrorists left to enable LR: 0 - LR is always enabled, >0 - maximum number of Ts
  520. // -
  521. // Default: "2"
  522. // Minimum: "0.000000"
  523. // Maximum: "63.000000"
  524. sm_hosties_lr_ts_max "1"
  525.  
  526. // Setting for muting terrorists automatically: 0 - disable, 1 - terrorists are muted the first few seconds of a round, 2 - terrorists are muted when they die, 3 - both
  527. // -
  528. // Default: "1"
  529. // Minimum: "0.000000"
  530. // Maximum: "3.000000"
  531. sm_hosties_mute "3"
  532.  
  533. // Setting for muting counter-terrorists automatically when they die (requires sm_hosties_mute 2 or 3): 0 - disable, 1 - enable
  534. // -
  535. // Default: "0"
  536. // Minimum: "0.000000"
  537. // Maximum: "1.000000"
  538. sm_hosties_mute_ct "1"
  539.  
  540. // Admin flags which are immune from getting muted: 0 - nobody, 1 - all admins, flag values: abcdefghijklmnopqrst
  541. // -
  542. // Default: "z"
  543. sm_hosties_mute_immune "d"
  544.  
  545. // Enable or disable integrated removing of player vs player collisions (noblock): 0 - disable, 1 - enable
  546. // -
  547. // Default: "1"
  548. // Minimum: "0.000000"
  549. // Maximum: "1.000000"
  550. sm_hosties_noblock_enable "1"
  551.  
  552. // What sound to play when a No Scope Battle starts, relative to the sound-folder: -1 - disable, path - path to sound file
  553. // -
  554. // Default: "sm_hosties/noscopestart1.mp3"
  555. sm_hosties_noscope_sound "sm_hosties/noscopestart1.mp3"
  556.  
  557. // Enable or disable an override of the game description (standard Counter-Strike: Source, override to Hosties/jailbreak): 0 - disable, 1 - enable
  558. // -
  559. // Default: "1"
  560. // Minimum: "0.000000"
  561. // Maximum: "1.000000"
  562. sm_hosties_override_gamedesc "1"
  563.  
  564. // What color to turn a rebel into (rgB): x - blue value
  565. // -
  566. // Default: "0"
  567. // Minimum: "0.000000"
  568. // Maximum: "255.000000"
  569. sm_hosties_rebel_blue "0"
  570.  
  571. // Turns on coloring rebels
  572. // -
  573. // Default: "0"
  574. // Minimum: "0.000000"
  575. // Maximum: "1.000000"
  576. sm_hosties_rebel_color "1"
  577.  
  578. // What color to turn a rebel into (rGb): x - green value
  579. // -
  580. // Default: "0"
  581. // Minimum: "0.000000"
  582. // Maximum: "255.000000"
  583. sm_hosties_rebel_green "0"
  584.  
  585. // What color to turn a rebel into (set R, G and B values to 255 to disable) (Rgb): x - red value
  586. // -
  587. // Default: "255"
  588. // Minimum: "0.000000"
  589. // Maximum: "255.000000"
  590. sm_hosties_rebel_red "255"
  591.  
  592. // Counter-Terrorist overlay texture file
  593. // -
  594. // Default: "overlays/sm_hosties/prisonguards_win.vtf"
  595. sm_hosties_roundend_overlay_ct "overlays/sm_hosties/prisonguards_win.vtf"
  596.  
  597. // Counter-Terrorist overlay material file
  598. // -
  599. // Default: "overlays/sm_hosties/prisonguards_win.vmt"
  600. sm_hosties_roundend_overlay_ct_vmt "overlays/sm_hosties/prisonguards_win.vmt"
  601.  
  602. // Terrorist overlay texture file
  603. // -
  604. // Default: "overlays/sm_hosties/prisoners_win.vtf"
  605. sm_hosties_roundend_overlay_t "overlays/sm_hosties/prisoners_win.vtf"
  606.  
  607. // Terrorist overlay material file
  608. // -
  609. // Default: "overlays/sm_hosties/prisoners_win.vmt"
  610. sm_hosties_roundend_overlay_t_vmt "overlays/sm_hosties/prisoners_win.vmt"
  611.  
  612. // The length of time the Terrorist team is muted for after the round begins
  613. // -
  614. // Default: "30.0"
  615. // Minimum: "3.000000"
  616. // Maximum: "90.000000"
  617. sm_hosties_roundstart_mute "30.0"
  618.  
  619. // Enable or disable rules showing up at !rules command (if you need to disable the command registration on plugin startup, add a file in your sourcemod/configs/ named hosties_rulesdisable.ini with any content): 0 - disable, 1 - enable
  620. // -
  621. // Default: "1"
  622. // Minimum: "0.000000"
  623. // Maximum: "1.000000"
  624. sm_hosties_rules_enable "1"
  625.  
  626. // Enable or disable configurable payloads for each time on player spawn
  627. // -
  628. // Default: "1"
  629. // Minimum: "0.000000"
  630. // Maximum: "1.000000"
  631. sm_hosties_startweapons_on "1"
  632.  
  633. // Comma delimitted list of items to give to Ts at spawn
  634. // -
  635. // Default: "weapon_knife"
  636. sm_hosties_t_start "weapon_knife"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement