View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 04-26-2015 , 12:23   Re: [CS:GO] Grenade Pack 2
Reply With Quote #83

In your config you have:
PHP Code:
sm_gp2_csgo_totalnades "1" // Use the total nades settings?
sm_gp2_csgo_total_vip "8" // Maximum number of nades, regardless of type, VIP players are allowed to carry.

sm_gp2_csgo_restricttype "1" // Use the nade type restriction settings?
sm_gp2_csgo_restrict "3" // Maximum number of different types of nades regular players are allowed to carry.
sm_gp2_csgo_restrict_vip "4" // Maximum number of different types of nades VIP players are allowed to carry. 
There is still a bug in my code that is trying to give you grenades even though you've defined totalnades and restricttype, so I'll work on a bug fix for that. I don't know why you have 7 HEGrenades on the floor though. I'll look through the code tonight.
__________________
View my Plugins | Donate

Last edited by TnTSCS; 04-26-2015 at 12:24.
TnTSCS is offline