- Поддерживаемые игры
-
- CS: GO
Щит как в 1.6 теперь и в CS:GO.
- Переменные
-
C-подобный:
// This file was auto-generated by SourceMod (v1.8.0.6036) // ConVars for plugin "tacticalshield.smx" // Set how much time (in seconds) players have to buy a shield. -2 to use 'mp_buytime' value, -1 = forever // - // Default: "-2" // Minimum: "-2.000000" // Maximum: "3600.000000" ts_buytime "-2" // Set when to start buy time counter. 0 = on round start, 1 = on spawn // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" ts_buytime_start "0" // Set the time after which player can change the shield state, re-deploy the shield (full/half). // - // Default: "1" // Minimum: "0.000000" // Maximum: "1000.000000" ts_cooldown "1" // Set whether to use a model specified in sourcemod/gamedata/tacticalshield/custom_models.txt. // - // Default: "0" // Minimum: "0.000000" // Maximum: "1.000000" ts_custom_model "0" // Set the path to the custom models file, relative to addons/sourcemod // - // Default: "gamedata/tacticalshield" ts_custom_model_path "gamedata/tacticalshield" // Set whether to keep shields between rounds when staying alive with one. // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" ts_keep_between_rounds "1" // Shield price. // - // Default: "800" // Minimum: "0.000000" // Maximum: "50000.000000" ts_price "800" // Set how much damage a shield can take before getting destroyed. -1 = not breakable. // - // Default: "1000" // Minimum: "-1.000000" ts_shield_health "1000" // Set which team can use shields. This can be overridden per players with the command 'ts_override'. 0 = Everyone, 1 = Nobody, 2 = T only, 3 = CT only // - // Default: "0" // Minimum: "0.000000" // Maximum: "3.000000" ts_shield_team "0" // Player speed when using shield. 130 = walk with knife, 250 = run with knife // - // Default: "100" // Minimum: "0.000000" // Maximum: "250.000000" ts_speed "100" // Displays a welcome message to new players. 0 = no message, 1 = display message // - // Default: "1" // Minimum: "0.000000" // Maximum: "1.000000" ts_welcomemessage "1"
- Команды
-
ts_buy - купить щит
ts_toggle - активация щита
ts_help - справка