Will gonna make a police car

I have the car i need only siren.
ant_8490 wrote:point_spotlight and some prop setparented to a func_rotating
Code: Select all
setpos 1100 1100 500; setang 0 180 0
wait;
ent_create func_rotating
ent_fire func_rotating addoutput "targetname siren"
ent_fire siren addoutput "classname spin"
ent_fire siren addoutput "solid 2"
ent_fire siren addoutput "origin 0 1000 65"
ent_fire siren addoutput "maxspeed 500"
wait;wait;wait;wait;wait;wait;wait;wait;
setpos 1100 1100 100; setang 90 0 0
wait;
ent_create point_spotlight
ent_fire point_spotlight addoutput "targetname spotlight1"
ent_fire spotlight1 addoutput "classname spin"
ent_fire spotlight1 addoutput "origin 0 1000 65"
ent_fire spotlight1 addoutput "angles 0 180 0"
ent_fire spotlight1 addoutput "spotlightwidth 15"
ent_fire spotlight1 addoutput "spotlightlength 50"
ent_fire spotlight1 color "255 255 255"
ent_fire spotlight1 lighton
ent_fire spotlight1 setparent siren
ent_fire spotlight1 addoutput "angles 0 0 0"
wait;wait;wait;wait;wait;wait;wait;wait;
ent_create point_spotlight
ent_fire point_spotlight addoutput "targetname spotlight2"
ent_fire spotlight2 addoutput "classname spin"
ent_fire spotlight2 addoutput "origin 0 1000 65"
ent_fire spotlight2 addoutput "angles 0 0 0"
ent_fire spotlight2 addoutput "spotlightwidth 15"
ent_fire spotlight2 addoutput "spotlightlength 50"
ent_fire spotlight2 color "255 0 0"
ent_fire spotlight2 lighton
ent_fire spotlight2 setparent siren
ent_fire spotlight2 addoutput "angles 0 180 0"
wait;wait;wait;wait;wait;wait;wait;wait;
prop_dynamic_create props_wasteland/gear01.mdl
ent_setname centerprop
ent_fire centerprop addoutput "classname spin"
ent_fire centerprop addoutput "origin 0 1000 65"
ent_fire centerprop addoutput "angles 0 45 0"
ent_fire centerprop setparent siren
ent_fire centerprop addoutput "angles 0 45 0"
ent_fire centerprop break
wait;wait;wait;wait;wait;wait;wait;wait;
ent_fire siren toggle
ent_fire siren start
ent_fire spotlight_end addoutput "classname spin"
setpos 127 1103 5;setang 0 -148 0
echo -----------------------------------
echo -----------------------------------
echo -- TO DELETE: ent_fire spin kill --
echo -----------------------------------
echo -----------------------------------