Thread: [Solved] Items are glow
View Single Post
Visual77
Veteran Member
Join Date: Jan 2009
Old 06-05-2017 , 01:31   Re: [L4D2]Items are glow
Reply With Quote #22

It could be that m_itemCount or the spawner_grab event isn't working on the grenade launcher, I'll check later.
Edit: What custom map is that btw?

I think the solution could be to check for m_itemCount 1 or 0. GetEntProp(entity, Prop_Data, "m_itemCount") <= 1)
But I'd like to try on a map that has the grenade_launcher_spawn.

Last edited by Visual77; 06-05-2017 at 05:24.
Visual77 is offline