| 
   
		
            
             
				
            
          
		
		
				
		
				08-28-2002, 04:05 PM
			
			
			
		 
               
 /// mp3 //Set-up command (alias) for each song
 alias Song1 "playmp3 main\Song1.mp3;bindstop"
 alias Song2 "playmp3 main\Song2.mp3;bindstop"
 alias Song3 "playmp3 main\Song3.mp3;bindstop"
 alias Song4 "playmp3 main\Song4.mp3;bindstop"
 alias Song5 "playmp3 main\Song5.mp3;bindstop"
 alias Song6 "playmp3 main\song6.mp3;bindstop"
 
 //include abililty to stop
 alias bindstop "bind q musicstop;bind w musicstop;bind e musicstop;bind r musicstop;bind a musicstop;bind s musicstop"
 alias musicstop "stopmp3;musicback"
 
 //re-assign buttons so song can be played again
 alias musicback "bind q Song1; bind w Song2;bind e Song3;bind r Song4;bind a Song5;bind s Song6;"
 
 //Set-up first-time bindings
 bind q "Song1"
 bind w "Song2"
 bind e "Song3"
 bind r "Song4"
 bind a "Song5"
 bind s "Song6"
 
 Ok, this works.....u have to make a file called cutom.cfg and copy and paste this into it. Open it up and change all the binds if u dont want those keys to play each song. Theres 6 u can play, u can add more songs but i dont know why u neeed more than 6.
 |