View Single Post
Caza
Junior Member
Join Date: Sep 2009
Old 04-16-2011 , 21:44   Re: [CS:S] Banana Bombs v1.1 (Updated 3/8/11)
Reply With Quote #9

Could you make it for all grenade models, or selective by cvar or tell me the code to add?

I tried with
PHP Code:
if (StrContains(classname"grenade")) 
instead of

PHP Code:
if (StrEqual(classname"hegrenade_projectile")) 
It works but i get the previous posted error and the knife has no animations on firing.
__________________
When something is 99%, dont think in the 1% remaining, think in all the hundreds of 0,01% remaining.

Last edited by Caza; 04-16-2011 at 21:50.
Caza is offline