Raised This Month: $32 Target: $400
 8% 

Music Server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 11-21-2020 , 07:44   Music Server
Reply With Quote #1

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.
El Abuelo Loco is offline
Thew_ConFiger
Member
Join Date: Apr 2019
Old 11-21-2020 , 08:19   Re: Music Server
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?t=2101
Thew_ConFiger is offline
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 11-21-2020 , 08:49   Re: Music Server
Reply With Quote #3

Quote:
Originally Posted by Thew_ConFiger View Post
Thanks, but in that I have to put 2 sound and I want to put 1 welcome only.
El Abuelo Loco is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 11-21-2020 , 09:19   Re: Music Server
Reply With Quote #4

Quote:
Originally Posted by El Abuelo Loco View Post
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"
tarsisd2 is offline
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 11-21-2020 , 12:43   Re: Music Server
Reply With Quote #5

Quote:
Originally Posted by tarsisd2 View Post
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
El Abuelo Loco is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 11-21-2020 , 13:30   Re: Music Server
Reply With Quote #6

If don't reproduce, maybe its a problem with your audio file? Send the file so i can check
tarsisd2 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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