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

Admin Check


Post New Thread Reply   
 
Thread Tools Display Modes
FaFu
Junior Member
Join Date: Jun 2006
Old 08-29-2006 , 23:57   Re: very nice plugin but...
Reply With Quote #21

Quote:
Originally Posted by punkrock12 View Post
yo...how do i make myself admin 4 my own dedicated server? pliz tell me caouse i made a dedicated server and i wanted 2 check this plugin and wen i tiped in /admin it said no admins online when i actualy was online! Pliz Help Me...
if in your dedicated server is amxmodx go in your server and go dedicated server consol and write amx_addadmin "(nick)" "abcdefghijklmnopqrstu" and thats it!! or whit rcon password
FaFu is offline
satankid
New Member
Join Date: Sep 2006
Old 09-28-2006 , 20:05   Re: Admin Check
Reply With Quote #22

hey, can you also add so it shows "reserve admins" with admin flags "biju", Thanks. Great plugin.
satankid is offline
kp_uparrow
Penalized Member
Join Date: Jun 2006
Location: 192.168.0.1
Old 11-30-2006 , 19:53   Re: Admin Check
Reply With Quote #23

how u make this plugin show anyone with an flag exept z to show up in the response?
__________________
I USED A SECOND ACCOUNT TO DO MORE KARMA UPS AND DOWNS UNTIL GREENTRYST CAUGHT ME
kp_uparrow is offline
Reaper2331
Veteran Member
Join Date: Nov 2006
Location: Columbus,Ohio
Old 12-12-2006 , 17:38   Re: Admin Check
Reply With Quote #24

Hey Can you make this to show in a motd?
__________________

Reaper2331 is offline
Send a message via AIM to Reaper2331 Send a message via MSN to Reaper2331 Send a message via Yahoo to Reaper2331
loren28
Senior Member
Join Date: Nov 2006
Old 12-13-2006 , 14:59   Re: Admin Check
Reply With Quote #25

hei can u make this to show in scroling hud[tsay] every 10 minute?[5 second to be see by the all player?]
loren28 is offline
noobiusmaximus
New Member
Join Date: Dec 2006
Old 12-17-2006 , 19:06   Re: Admin Check
Reply With Quote #26

I downloaded this and then i saved it in the plugin folder of amx mod and it didnt work in the server.... wat am i doing rong
noobiusmaximus is offline
kp_uparrow
Penalized Member
Join Date: Jun 2006
Location: 192.168.0.1
Old 12-18-2006 , 15:47   Re: Admin Check
Reply With Quote #27

check this out, it will display admin with any of the following

Code:
for(id = 1 ; id <= maxplayers ; id++)
		if(is_user_connected(id))
			if(get_user_flags(id) & ADMIN_KICK)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_BAN)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_SLAY)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_MAP)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_CVAR)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_CFG)
				get_user_name(id, adminnames[count++], 31)
			else if(get_user_flags(id) & ADMIN_RCON)
				get_user_name(id, adminnames[count++], 31)
__________________
I USED A SECOND ACCOUNT TO DO MORE KARMA UPS AND DOWNS UNTIL GREENTRYST CAUGHT ME
kp_uparrow is offline
bumbastik
Member
Join Date: Jan 2007
Old 01-20-2007 , 15:24   Re: Admin Check
Reply With Quote #28

hmmm it work then I write in chat say/admin or say /admin. But if i write just /admin - it dont work((
bumbastik is offline
bubbacs
Member
Join Date: Sep 2005
Old 02-25-2007 , 21:21   Re: Admin Check
Reply With Quote #29

Can someone please tell/show me where the color codes are?

static const COLOR[]

He has it green and I wish to change.
It says we can.
But alais I am dumb.

Thanks,
Bubba.
bubbacs is offline
iggy_bus
BANNED
Join Date: Oct 2005
Old 02-26-2007 , 22:57   Re: Admin Check
Reply With Quote #30

Great plugin but very exploitable for cheaters. They come in, say /admin, if there is no admin, they cheat. C

an this be changed so only admins with certain flag could use it ?
(amx_who suxx)
iggy_bus 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 10:48.


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