View Single Post
Uncle Jessie
Member
Join Date: May 2016
Location: Mind Prison
Old 09-07-2017 , 07:00   Re: [L4D2] Nightmarish Common (Updated: 5/5/14)
Reply With Quote #10

l4d_ncm_type?speedmin: Minimum speed multiplier for the zombie type.
l4d_ncm_type?speedmax: Maximum speed multiplier for the zombie type.

No effect, it's not working.

PHP Code:
        AcceptEntityInput(entity"Disable"); 
        
SetEntPropFloat(entityProp_Data"m_flSpeed"1.0*iSpeed);
        
AcceptEntityInput(entity"Enable"); 

Last edited by Uncle Jessie; 09-09-2017 at 21:00.
Uncle Jessie is offline