View Single Post
panxiaohai
Senior Member
Join Date: Mar 2010
Old 09-23-2010 , 23:16   Re: [L4D & L4D2] Grenade launcher for shotgun
Reply With Quote #9

Quote:
Originally Posted by ghosthunterfool View Post
i think it would better for a GL attachment to a M16 or Scar?
Yes, It could be changed.

Code:
decl String:item[65];
            GetEventString(event, "weapon", item, 65);
            if( StrContains(item, "shot")>=0 )  //here
            {
                new Float:time=GetEngineTime();
                Grenade(client, time);
            }
panxiaohai is offline