Raised This Month: $51 Target: $400
 12% 

[ANY] Admin Join Sound


Post New Thread Reply   
 
Thread Tools Display Modes
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-05-2012 , 11:15   Re: [ANY] Admin Join Sound
Reply With Quote #21

Hello All

Great plugin thx for sharing but:
I cant get it work...
Do i need to create a new map in my sound folder? So yes, what kinda name should i give it?
Second: Do i need to create a TXT file in my sourcemod / configs folder? So yes, can someboy tell me exactly the way how to fill in the path...
Third: What about this: sm_adminjs_path, am i need this in my cfg /server list?
Pls help me, want this get to work
(im new to this all)
Many thx!
jeezz is offline
rafix
New Member
Join Date: May 2012
Old 05-05-2012 , 11:35   Re: [ANY] Admin Join Sound
Reply With Quote #22

As make other song for admin join?
rafix is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-05-2012 , 11:43   Re: [ANY] Admin Join Sound
Reply With Quote #23

Mmh, i not really understand what u mean but i just wanna make this plugin working with a good explaining...
Untill now i cant make it work as u can read in my post before...
All the things that i need to know standing in my post before...
thx for ur fast respons...
realy appreciate...
pls help me to make it work...
jeezz is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 05-05-2012 , 11:51   Re: [ANY] Admin Join Sound
Reply With Quote #24

sm_adminjs_path "misc/joinsnd.mp3"

The above is an example of how to configure this plugin to play my joinsnd.mp3... If you have another sound file located somewhere else, just put the path where it resides... it must be somewhere in the sound folder...

sm_adminjs_path "folder/folder/filename.ext"
__________________
View my Plugins | Donate

Last edited by TnTSCS; 05-05-2012 at 11:52.
TnTSCS is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-05-2012 , 12:37   Re: [ANY] Admin Join Sound
Reply With Quote #25

Quote:
Originally Posted by TnTSCS View Post
sm_adminjs_path "misc/joinsnd.mp3"

The above is an example of how to configure this plugin to play my joinsnd.mp3... If you have another sound file located somewhere else, just put the path where it resides... it must be somewhere in the sound folder...

sm_adminjs_path "folder/folder/filename.ext"
Ok im confused now...
I put the sound file in my sound / misc folder, the name of the sound file is joinsnd
Which name i must give the txt file in my sourcemod / Configs folder?
Can u type for me exactly the path? which i need to fill in my txt file?
So i can copie it from here and paste it into my txt file...
I"m kinda stupid but oef im confused and try to learn...
thx again!!

Last edited by jeezz; 05-05-2012 at 13:11.
jeezz is offline
klausenbusk
AlliedModders Donor
Join Date: Jan 2011
Old 05-06-2012 , 09:53   Re: [ANY] Admin Join Sound
Reply With Quote #26

Quote:
Originally Posted by jacek2144 View Post
Can you add admin flags support i want to plugin play sound only when admin with flag n joins
Should be easy enough to made. Give me a hour
Quote:
Originally Posted by jacek2144 View Post
Also when plugin plays sound ? When admin is already on server and he can hear sound too or when message appears (Player name) is now joining
Plugin play song when the admin is fully ingame.

Edit: Try version 1.5
Changelog:
Code:
2012-5-6 (v1.5)
Removed code to check if sound exist.
Changed convar "sm_adminjs_path" description.
Removed unused code "OnConfigsExecuted".
Changed name of ConVarChange CallBack.
Added function/cvar "sm_adminjs_flag" "What flag a admin need before we should play a song? Blank to play for all admin."
jacek2144 could you test this version for me? (with and without sm_adminjs_flag set) I don't have a server anymore, so i can't
Attached Files
File Type: sp Get Plugin or Get Source (admin-join-sound.sp - 591 views - 1.8 KB)

Last edited by klausenbusk; 05-06-2012 at 10:49.
klausenbusk is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 05-06-2012 , 11:48   Re: [ANY] Admin Join Sound
Reply With Quote #27

Quote:
Originally Posted by jeezz View Post
Ok im confused now...
I put the sound file in my sound / misc folder, the name of the sound file is joinsnd
Which name i must give the txt file in my sourcemod / Configs folder?
Can u type for me exactly the path? which i need to fill in my txt file?
So i can copie it from here and paste it into my txt file...
I"m kinda stupid but oef im confused and try to learn...
thx again!!
if your sound filename is joinsnd (is it .wav or .mp3?) and it's in the sound/misc folder, then in your server.cfg file, just put

sm_adminjs_path "misc/joinsnd.mp3"
or
sm_adminjs_path "misc/joinsnd.wav"

that's all you need to do. This plugin does not use its own config file, so either put the above CVar setting in your server.cfg or sourcemod.cfg
__________________
View my Plugins | Donate
TnTSCS is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-07-2012 , 17:28   Re: [ANY] Admin Join Sound
Reply With Quote #28

Quote:
Originally Posted by TnTSCS View Post
if your sound filename is joinsnd (is it .wav or .mp3?) and it's in the sound/misc folder, then in your server.cfg file, just put

sm_adminjs_path "misc/joinsnd.mp3"
or
sm_adminjs_path "misc/joinsnd.wav"

that's all you need to do. This plugin does not use its own config file, so either put the above CVar setting in your server.cfg or sourcemod.cfg
Thx TnTSCS...

That was really helpfull for me but it still doesnt download or play the sound if an admin join...

I did exactly the way you explained me...

Well i have enter sound and admin sounds too, and they run whitout any problems...

I just cant make the admin join sounds run

Dont know what could be the problem, maybe u gotta idea what could be wrong...

Thx bro...
jeezz is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 05-08-2012 , 02:15   Re: [ANY] Admin Join Sound
Reply With Quote #29

make sure you have the sound file on both your game server and fast download server
__________________
View my Plugins | Donate
TnTSCS is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 05-08-2012 , 05:09   Re: [ANY] Admin Join Sound
Reply With Quote #30

Quote:
Originally Posted by TnTSCS View Post
make sure you have the sound file on both your game server and fast download server
ummh, again i will sound stupid but i dont use steam...

Yes i run dedicated server...

The game called KumaWar, i know there are better games but i just like it...

How u mean make sure i have the sound file on both of my server game and fast download server?

Actualy the plugin works good, no error logs, it just dont download the file or play the sound when admin join...

Hope u still got the patience to make this plugin goes work on my server cos i really like it...

Really appreciate ur help bro...

Thx!
jeezz 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:15.


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