Createfx Sound Datei funktioniert nicht...

Banana2077
Hallo Leute, ich habe im Ordern raw/maps/createfx eine _fx.gsc für sounds die sieht so aus:

Code einblendenCode angehängt. Klicke hier zum Ein-/Ausblenden

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
//_createfx generated. Do not touch!!
main()
{



      ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( 623, -142, -35 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_fly_loop";
	  
	  ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( -519, -3177, 9 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_powerline_hum";
	  
	  ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( 737, 479, -16 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_fan_large_close";
	  
	  ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( 930, 220, 0 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_vendingmachine_hum";

	  ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( 644, 265, 131 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_radio_static1_loop";
	  
	  ent = maps\mp\_createfx::createLoopSound();
      ent.v[ "origin" ] = ( 1116, 353, -110 );
      ent.v[ "angles" ] = ( 0, 270, 0 );
      ent.v[ "soundalias" ] = "emt_wood_creak_light1";

}



Nun funktioniert der oberste Sound, also die Fliegen aber der Rest komischerweise nicht O_o....

Hat da jmd eine Ahnung?


Banana