View Single Post
RC87
Member
Join Date: Apr 2017
Old 05-13-2017 , 07:08   Re: [CSS/CS:GO] Weapon Restrict
Reply With Quote #1933

Code:
// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Counter-Terrorists. Weapon:molotov
// -
// Default: "-1"
sm_restrict_molotov_ct "0"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Terrorists . Weapon:molotov
// -
// Default: "-1"
sm_restrict_molotov_t "0"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Counter-Terrorists. Weapon:decoy
// -
// Default: "-1"
sm_restrict_decoy_ct "0"

// -1 = unrestricted, 0 = restricted, positive numbers = number allowed for Terrorists . Weapon:decoy
// -
// Default: "-1"
sm_restrict_decoy_t "0"
This is working for me on my config, not sure what the issue is for you.

Last edited by RC87; 05-13-2017 at 07:09.
RC87 is offline