View Single Post
graczu
Senior Member
Join Date: Mar 2006
Old 10-21-2007 , 20:15   Re: Swear Replacement/Filter
Reply With Quote #67

you need to add in "public Action:Command_Say(client,args){" and "public Action:Command_TeamSay(client,args){
":

Code:
		if(!(GetUserFlagBits(client) & ADMFLAG_GENERIC || GetUserFlagBits(client) & ADMFLAG_ROOT)){
after:

Code:
	if(client != 0){
and end tag:

Code:
}
before:

Code:
	return Plugin_Continue;
Good luck there gordon


edit:

in my plugin it's looking like this:

"public Action:Command_TeamSay(client,args){"

http://paste.hopto.org/index.php?44

But remember that i edit some sections of this plugin, and just add a ban on 5 min if somone swear.
__________________

Last edited by graczu; 10-21-2007 at 20:39.
graczu is offline