 |
|
Senior Member
|

05-09-2010
, 08:39
Re: Set C4 Glow (when is dropped)
|
#2
|
PHP Code:
public fw_model( ent ) { if( !pev_valid( ent) ) return FMRES_IGNORED new class[24] pev(ent, pev_classname, class, sizeof class - 1) if(equal(class, "w_c4")){ fm_set_rendering( ent, kRenderFxGlowShell, _red, _green, _blue, _, _alpha ) } return FMRES_IGNORED }
|
|
|
|