Raised This Month: $ Target: $400
 0% 

How to add a Costum FLAG to no_chatting.amx ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Varden
Junior Member
Join Date: Nov 2006
Old 11-24-2006 , 14:51   How to add a Costum FLAG to no_chatting.amx ?
Reply With Quote #1

Please help me... who knows how to add a costum flag to this plugin PHP Code:
#include <amxmod>
public hook_say()
{
if (
get_cvar_num("blocksay"))
return
PLUGIN_HANDLED

return PLUGIN_CONTINUE
}

public plugin_init()
{
register_plugin("block say", "1", "Petey B")
register_clcmd("say", "hook_say")
register_clcmd("say_team", "hook_say")
register_cvar("blocksay","1")
}
Varden is offline
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 11-24-2006 , 21:49   Re: How to add a Costum FLAG to no_chatting.amx ?
Reply With Quote #2

Magic.
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
=|[76AD]|= TatsuSaisei
Junior Member
Join Date: Nov 2006
Old 11-28-2006 , 06:52   Re: How to add a Costum FLAG to no_chatting.amx ?
Reply With Quote #3

Quote:
Originally Posted by Varden View Post
Please help me... who knows how to add a costum flag to this plugin PHP Code:
#include <amxmod>
public hook_say()
{
if (get_cvar_num("blocksay"))
return PLUGIN_HANDLED


return PLUGIN_CONTINUE
}

public plugin_init()
{
register_plugin("block say", "1", "Petey B")
register_clcmd("say", "hook_say")
register_clcmd("say_team", "hook_say")
register_cvar("blocksay","1")

}
Code:
 
public hook_say(id)
{
if (get_cvar_num("blocksay") && get_user_flags(id) != ADMIN_LEVEL_B )
return PLUGIN_HANDLED
 
return PLUGIN_CONTINUE
}
 
public plugin_init()
{
register_plugin("block say", "1", "Petey B")
register_clcmd("say", "hook_say")
register_clcmd("say_team", "hook_say")
register_cvar("blocksay","1")
}
=|[76AD]|= TatsuSaisei is offline
Send a message via AIM to =|[76AD]|= TatsuSaisei
Old 11-28-2006, 08:03
dutchmeat
This message has been deleted by dutchmeat. Reason: irrelevant
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 00:29.


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