AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Music Server (https://forums.alliedmods.net/showthread.php?t=328692)

El Abuelo Loco 11-21-2020 07:44

Music Server
 
Hi, I'm looking for a plugin when they enter the server (Not the waiting time that the server is loading) but they are already to choose whether to go CT or TT, add a music that lasts 10 seconds.

Thew_ConFiger 11-21-2020 08:19

Re: Music Server
 
https://forums.alliedmods.net/showthread.php?t=2101

El Abuelo Loco 11-21-2020 08:49

Re: Music Server
 
Quote:

Originally Posted by Thew_ConFiger (Post 2725766)

Thanks, but in that I have to put 2 sound and I want to put 1 welcome only.

tarsisd2 11-21-2020 09:19

Re: Music Server
 
Quote:

Originally Posted by El Abuelo Loco (Post 2725771)
Thanks, but in that I have to put 2 sound and I want to put 1 welcome only.

you put how many songs you want example

PHP Code:

// change this number to the amount of sounds u have
#define Maxsounds 2 

to
PHP Code:

// change this number to the amount of sounds u have
#define Maxsounds 1 

PHP Code:

new soundlist[Maxsounds][] = {"misc/welcome""misc/prepare"

to

PHP Code:

new soundlist[Maxsounds][] = {"misc/welcome"


El Abuelo Loco 11-21-2020 12:43

Re: Music Server
 
Quote:

Originally Posted by tarsisd2 (Post 2725772)
you put how many songs you want example

PHP Code:

// change this number to the amount of sounds u have
#define Maxsounds 2 

to
PHP Code:

// change this number to the amount of sounds u have
#define Maxsounds 1 

PHP Code:

new soundlist[Maxsounds][] = {"misc/welcome""misc/prepare"

to

PHP Code:

new soundlist[Maxsounds][] = {"misc/welcome"


thanks but it doesn't reproduce it for me

tarsisd2 11-21-2020 13:30

Re: Music Server
 
If don't reproduce, maybe its a problem with your audio file? Send the file so i can check


All times are GMT -4. The time now is 23:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.