SRCDS Steam group


cfg
#1
i have made a cfg that i can execute that says things during a game. and im just wondering is there any way i can get it to play an mp3 when i execute the file. if there is what do i add to the cfg file
thanks
Reply
#2
I think you would need a mod to give you a command to run an MP3 files.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#3
would you what sort of mod i might be looking at
Reply
#4
something like mani admin plugin can play sounds, then just enter the command what sound to play in the .cfg you execute
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#5
eventscripts, you can make a command that plays a selected song, if eg. Someone does something, like:

Code:
event player_jump
{
   // The command to that player who do the "jump"
   // I dont remember the right command, but i'll fix it if you need!
   es_emitsound event_var(userid) "sounds/admin_plugin/actions/jump.mp3"
   // Or you can play the sound to everyone
   ma_playsound #all sounds/admin_plugin/actions/jump.mp3
   // And i still dont remember the right command, but i'll find it, just say if you need it!
}
Reply
#6
what line would i have to put in the cfg file
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)