📦 Community archive. CFGFactory's old site ran on legacy PHP 5.6 and is no longer maintained - we've retired it and rebuilt the downloads as simple static pages so you can still grab everything that was left. No accounts, no uploads - just downloads. Thanks for the years! 🎮
Call of Duty 4: Modern Warfare 7754Grand Theft Auto IV 5026Call of Duty 2 345Call of Duty: Modern Warfare 2 246Call of Duty: World at War 196Black Ops 2 85Call of Duty: Modern Warfare 3 62Battlefield 2 42Call of Duty: Black Ops 37Counterstrike: Source 21Counterstrike Global Offensive 10Farming Simulator 2013 4Crossfire 3MODELS 2NEWS 1

Dragonfire RAW FILES

Dragonfire RAW FILES
Description

installation of blades

// helicopter fx
level.chopper_fx["explode"]["death"] = loadfx ("explosions/helicopter_explosion_cobra");
level.chopper_fx["explode"]["large"] = loadfx ("explosions/aerial_explosion_large");
level.chopper_fx["explode"]["medium"] = loadfx ("explosions/aerial_explosion");
level.chopper_fx["smoke"]["trail"] = loadfx ("smoke/smoke_trail_white_heli");
level.chopper_fx["fire"]["trail"]["medium"] = loadfx ("smoke/smoke_trail_black_heli");
level.chopper_fx["fire"]["trail"]["large"] = loadfx ("fire/fire_smoke_trail_L");

level.fx_chopper_rotor = loadfx ("vehicles/test2");
level.fx_chopper_light_tail = loadfx ("misc/aircraft_light_wingtip_green");


playPlaneFx()
{
self endon ( "death" );

wait ( 1.00 );

playfxontag( level.fx_chopper_rotor, self, "tag_rotor_l_0" );
playfxontag( level.fx_chopper_rotor, self, "tag_rotor_r_0" );
playfxontag( level.fx_chopper_rotor, self, "tag_rotor_l_1" );
playfxontag( level.fx_chopper_rotor, self, "tag_rotor_r_1" );
playfxontag( level.fx_chopper_tail, self, "tag_light_tail" );
}


// spawn helicopter at a start node and monitors it
heli_think( owner, startnode, heli_team, requiredDeathCount )
{
heliOrigin = startnode.origin;
heliAngles = startnode.angles;

if ( heli_team == "allies" )
{
chopper = spawn_helicopter( owner, heliOrigin, heliAngles, "cobra_mp", "vehicle_drone" );
chopper playLoopSound( "mp_cobra_helicopter" );
chopper thread playPlaneFx();
}
else
{
//chopper = spawn_helicopter( owner, heliOrigin, heliAngles, "cobra_mp", "vehicle_cobra_helicopter_fly" );
chopper = spawn_helicopter( owner, heliOrigin, heliAngles, "cobra_mp", "vehicle_drone" );
chopper playLoopSound( "mp_hind_helicopter" );
chopper thread playPlaneFx();
}

chopper.requiredDeathCount = owner.deathCount;

⇩ Download
Mirror: CFGFactory (DE)
File info
  • Authorn/a
  • Uploaderhu asus89
  • Websiten/a
  • UploadedFebruary 25, 2014, 9:11 pm
  • Size910.92 kB
  • Downloads507
  • Rating★★★★★ 10/10