This commit is contained in:
INeedBots 2020-09-30 17:12:23 -06:00
parent d977bf1277
commit c91c49cb6e
2 changed files with 17 additions and 0 deletions

View File

@ -561,6 +561,10 @@ set scr_killstreak_rollover "1"
set scr_killstreakHud "2" set scr_killstreakHud "2"
set scr_maxKillstreakRollover "1" set scr_maxKillstreakRollover "1"
set scr_killstreak_mod "0" set scr_killstreak_mod "0"
set scr_specialist "1"
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
// _nuke // _nuke
set scr_nuke_is_moab "1" set scr_nuke_is_moab "1"

View File

@ -21,6 +21,19 @@
1 - use Puffiamo's killstreak HUD 1 - use Puffiamo's killstreak HUD
2 - use NoFate's MW3 killstreak HUD 2 - use NoFate's MW3 killstreak HUD
- scr_specialist <bool>
false - (default) enable specialist from mw3, a player must only have the nuke selected as their killstreak
- scr_specialist_perks1 <string>
- perks that appear in the first slot (2 killstreak) of specialist
- scr_specialist_perks2 <string>
- perks that appear in the second slot (4 killstreak) of specialist
- scr_specialist_perks3 <string>
- perks that appear in the third slot (6 killstreak) of specialist
Thanks: H3X1C, Emosewaj, NoFate, Puffiamo, Intricate Thanks: H3X1C, Emosewaj, NoFate, Puffiamo, Intricate
*/ */