5 void MuzzleFlashLight()
10 SetVisibleDuringDaylight(
true);
14 SetAmbientColor(0.76, 0.68, 0.31);
15 SetDiffuseColor(0.76, 0.68, 0.31);
16 SetFlareVisible(
false);
29 SetVisibleDuringDaylight(
true );
31 SetBrightnessTo( 0.5 );
32 SetCastShadow(
false );
33 SetAmbientColor( 0.56, 0.42, 0.3 );
34 SetDiffuseColor( 0.56, 0.42, 0.3 );
35 SetFlareVisible(
false );
43 void MuzzleFlashLight_2()
48 SetVisibleDuringDaylight(
true );
50 SetBrightnessTo( 0.2 );
51 SetCastShadow(
false );
52 SetAmbientColor( 0.36, 0.32, 0.13 );
53 SetDiffuseColor( 0.36, 0.32, 0.13 );
54 SetFlareVisible(
false );