Jump to content

Home

Music help


supermegafernandator

Recommended Posts

One way to do it is to add a target_play_music entity like this

{
   "classname" "target_play_music"
   "targetname" "WhateverNameYouFancy"
   "music" "music/mymusic.mp3"
   "origin" "x y z"
}

 

and then do a

use ( "WhateverNameYouFancy" );

from within the script. Don't know if there's a better way than that (probably so).

Link to comment
Share on other sites

One way to do it is to add a target_play_music entity like this

{
   "classname" "target_play_music"
   "targetname" "WhateverNameYouFancy"
   "music" "music/mymusic.mp3"
   "origin" "x y z"
}

 

and then do a

use ( "WhateverNameYouFancy" );

from within the script. Don't know if there's a better way than that (probably so).

 

Yes, but i mean only using Icarus Behaved, without modifying the map. Some type of code inside the script to run when you are ingame puting in the console runscript " "

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...