Page 1 of 1

[CS:GO] SnowBall Weapon

Posted: Thu Jan 23, 2020 4:41 pm
by Andreeas
Description:

The latest csgo update introduces the new weapon snowball, so this plugin give it on spawn for use it in others maps, not only on militia map and even with sv_holiday_mode 0


Cvars:
Configure the cvars in the file generated on the first load in cfg/sourcemod/csgo_snowball_weapon.cfg
Code:

Code: Select all

// Amount of snowballs that you will receive on spawn.
// -
// Default: "1"
// Minimum: "0.000000"
sm_snowballweapon_amount "3"

// Apply only to a team. 2 = terrorist, 3 = counter-terrorist, 4 = both.
// -
// Default: "4"
// Minimum: "0.000000"
// Maximum: "4.000000"
sm_snowballweapon_team "4"

// Time in seconds after spawn to give snowball weapons.
// -
// Default: "1.6"
// Minimum: "0.000000"
sm_snowballweapon_timer "1.6"

Download