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

[ Search/Req. ] Admins in server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CL-kraven
Senior Member
Join Date: May 2004
Location: Denmark
Old 10-09-2005 , 09:02   [ Search/Req. ] Admins in server
Reply With Quote #1

Hi all..

Im searching/requesting a Plugin that might be good..

A thing that says how many admins are on the server,.
An ex. when u join the server:
"There are currently: 3 Admins active."
"Now there are 4 Admins active."

..,? Anyone know or can make this plugin?


Thx in Advance.
__________________
Thanks in Advance.,
www.re-game.dk
CL-kraven is offline
pulpy
Senior Member
Join Date: Oct 2005
Location: Brights Grove, ON
Old 10-14-2005 , 16:57  
Reply With Quote #2

in my opinion i think it would be best to have ppl not know there are admins in the server. This way, ppl may become more blatant in hacking (easier to catch and ban) and also the admins wont be bothered every 2 sec, but noobs saying hes hacking ban him ban him! can we change map,etc.
__________________
pulpy is offline
Bend3R
Veteran Member
Join Date: Oct 2004
Location: Sweden (Stockholm)
Old 10-14-2005 , 18:14  
Reply With Quote #3

Quote:
Originally Posted by pulpy
in my opinion i think it would be best to have ppl not know there are admins in the server. This way, ppl may become more blatant in hacking (easier to catch and ban) and also the admins wont be bothered every 2 sec, but noobs saying hes hacking ban him ban him! can we change map,etc.
You don't need the plugin if you don't want people say that.
Bend3R is offline
noob cannon lol
SourceMod Donor
Join Date: Sep 2005
Old 10-14-2005 , 22:43  
Reply With Quote #4

I might do this.
Do you mean admin as in admin who has ADMIN_KICK?
noob cannon lol is offline
Send a message via AIM to noob cannon lol Send a message via MSN to noob cannon lol
CL-kraven
Senior Member
Join Date: May 2004
Location: Denmark
Old 10-15-2005 , 02:55  
Reply With Quote #5

Quote:
Originally Posted by noob cannon lol
I might do this.
Do you mean admin as in admin who has ADMIN_KICK?
Yeah.
__________________
Thanks in Advance.,
www.re-game.dk
CL-kraven is offline
Gotrice
Senior Member
Join Date: Oct 2005
Old 10-15-2005 , 03:04  
Reply With Quote #6

Quote:
Originally Posted by noob cannon lol
I might do this.
Do you mean admin as in admin who has ADMIN_KICK?
Isn't admin_kick in adminmod? and amx_kick in amx mod/x??
Gotrice is offline
CL-kraven
Senior Member
Join Date: May 2004
Location: Denmark
Old 10-15-2005 , 03:16  
Reply With Quote #7

Quote:
Originally Posted by Gotrice
Quote:
Originally Posted by noob cannon lol
I might do this.
Do you mean admin as in admin who has ADMIN_KICK?
Isn't admin_kick in adminmod? and amx_kick in amx mod/x??
What does it have to do with the plugin?
__________________
Thanks in Advance.,
www.re-game.dk
CL-kraven is offline
Xanimos
Veteran Member
Join Date: Apr 2005
Location: Florida
Old 10-15-2005 , 16:46  
Reply With Quote #8

Quote:
Originally Posted by Gotrice
Quote:
Originally Posted by noob cannon lol
I might do this.
Do you mean admin as in admin who has ADMIN_KICK?
Isn't admin_kick in adminmod? and amx_kick in amx mod/x??
ADMIN_KICK is used in coding plugins as an access. ADMIN_KICK = flag 'c' in users.ini
Xanimos is offline
Send a message via AIM to Xanimos Send a message via MSN to Xanimos
CL-kraven
Senior Member
Join Date: May 2004
Location: Denmark
Old 10-15-2005 , 17:56  
Reply With Quote #9

Ahh., I misunderstood that guy :'/
__________________
Thanks in Advance.,
www.re-game.dk
CL-kraven is offline
noob cannon lol
SourceMod Donor
Join Date: Sep 2005
Old 10-15-2005 , 19:39  
Reply With Quote #10

I didn't test it, but it compiled and should work.

Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "noob cannon lol" #define VERSION "1.0" #define AUTHOR "Admin Count" new players[33] new admins public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_concmd("amx_countadmins", "cmd_countadmins", ADMIN_KICK, "No args.") } public cmd_countadmins(id, level, cid) {     new i     for(i=1; i < 33; i++)     {         if(is_user_admin(players[i]))         {             admins += 1         }     }         client_print(id, print_chat, "There are currently %d admins in the server.", admins) }
Attached Files
File Type: amx admincount.amx (1.7 KB, 153 views)
noob cannon lol is offline
Send a message via AIM to noob cannon lol Send a message via MSN to noob cannon lol
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 13:54.


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