View Single Post
Author Message
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-12-2018 , 20:11   [CS:GO] Spawn with Melee Weapons
Reply With Quote #1

Description:

Force players to spawn different melee weapons that exists in CS:GO like fists, axe, hammer and spanner.


Cvars:
Configure the cvars in the file generated on the first load in cfg/sourcemod/csgo_melee_weapons.cfg
Code:
// ConVars for plugin "csgo_meleeweapons.smx"


// Give axe on spawn? 1 = yes, 0 = no.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_axe "0"

// Block right click? 1 = yes, 0 = no.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_blockattack2 "1"

// Give fists? 1 = yes, 0 = no.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_fists "1"

// Give hammer on spawn? 1 = yes, 0 = no.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_hammer "0"

// Give knife? 1 = yes, 0 = no.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_knife "1"

// Give spanner on spawn? 1 = yes, 0 = no.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgomeleeweapons_spanner "0"

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

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

Todo list:

-Can change the damage of these melee weapons.
-Can pick up from the ground if you dont disable the attack2 button.


Download:

Main repository
Direct download
Code changes
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-23-2018 at 18:55.
Franc1sco is offline
Send a message via MSN to Franc1sco