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

See who is banned in banned.cfg


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
Piratearrrr
BANNED
Join Date: Apr 2007
Old 04-28-2007 , 16:32   See who is banned in banned.cfg
Reply With Quote #1

See who is banned in banned.

shows in motd info
Code:
Edited...1.2 changed admin_motd to banned
changed to banned agian
Maybe another update soon
Code:
    register_plugin("say /banned","1.1","piratearrrr")
    register_clcmd("say /banned","banned",0,"- Shows the banned .cfg in the MOTD.")
    register_clcmd("say /b","banned",0,"- Shows the banned .cfg in the MOTD.")
}
Attached Files
File Type: sma Get Plugin or Get Source (banned.sma - 735 views - 465 Bytes)

Last edited by Piratearrrr; 04-29-2007 at 16:53.
Piratearrrr is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-28-2007 , 16:39   Re: See who is banned in banned.cfg
Reply With Quote #2

I have 3000+ bans in this file. Not sure that all will show.
__________________
Arkshine is offline
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 04-28-2007 , 16:39   Re: See who is banned in banned.cfg
Reply With Quote #3

I find this funny

Your code:
Code:
#include <amxmodx>
#include <amxmisc>

public admin_motd(id,level,cid) {

	if (!cmd_access(id,level,cid,1))
	return PLUGIN_CONTINUE
	
	show_motd(id,"banned.cfg","Banned list ")
	return PLUGIN_CONTINUE   
}

public plugin_init() {
	
    register_plugin("say /banned","1.1","piratearrrr")
    register_clcmd("say /banned","admin_motd",0,"- Shows the banned .cfg in the MOTD.")
    register_clcmd("say /b","admin_motd",0,"- Shows the banned .cfg in the MOTD.")
}
say /motd
Code:
#include <amxmodx>
#include <amxmisc>

public admin_motd(id,level,cid) {

	if (!cmd_access(id,level,cid,1))
	return PLUGIN_CONTINUE
	
	show_motd(id,"motd.txt","Message of the Day.")
	return PLUGIN_CONTINUE   
}

public plugin_init() {

    register_plugin("say /motd","1.1","Pa1n")
    register_clcmd("say /motd","admin_motd",0,"- Shows the MOTD.")
}
Do i need to say anything?
Deviance is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 04-28-2007 , 16:42   Re: See who is banned in banned.cfg
Reply With Quote #4

Here's someone who did the same thing you did:

http://forums.alliedmods.net/showthr...ighlight=music


Notice where their thread is now...
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
Piratearrrr
BANNED
Join Date: Apr 2007
Old 04-29-2007 , 06:04   Re: See who is banned in banned.cfg
Reply With Quote #5

do i care xD
Piratearrrr is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 04-29-2007 , 16:21   Re: See who is banned in banned.cfg
Reply With Quote #6

Do you care about approval? That's your choice...
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
|POW|Da_ghost
Senior Member
Join Date: Nov 2006
Location: http://snarkcafe.net
Old 04-29-2007 , 19:19   Re: See who is banned in banned.cfg
Reply With Quote #7

Quote:
Originally Posted by Piratearrrr View Post
do i care xD
Mods care...
__________________
If you want me to help you with something please contact me on msn or xfire(Daghost1337)
|POW|Da_ghost is offline
Send a message via AIM to |POW|Da_ghost Send a message via MSN to |POW|Da_ghost
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 04-29-2007 , 19:45   Re: See who is banned in banned.cfg
Reply With Quote #8

you say yes, I say no
you say stop and I say go, go, go
oh, no
you say goodbye and I say hello goodbye
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
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 05:22.


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