Raised This Month: $ Target: $400
 0% 

No chat plugin


Post New Thread Reply   
 
Thread Tools Display Modes
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 12-18-2010 , 05:21   Re: No chat plugin
Reply With Quote #21

@hleV one more thing... Can you add one more thing?

When a player which is not in nochat_top types something in chat custom motd (http://balalala.com/blala.html) will open.
dj_freeze is offline
Send a message via Skype™ to dj_freeze
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 12-18-2010 , 07:41   Re: No chat plugin
Reply With Quote #22

Code:
#include <amxmodx> #include <amxmisc> #include <csx>   new Top;   public plugin_init() {         register_plugin("No Chat", "1.3", "hleV");           Top = register_cvar("nochat_top", "2");           register_clcmd("say", "Say");         register_clcmd("say_team", "Say"); }   public Say(id) {         if (is_user_admin(id))                 return PLUGIN_CONTINUE;           static stats[8];           if (get_user_stats(id, stats, stats) <= get_pcvar_num(Top))                 return PLUGIN_CONTINUE;           show_motd(id, "http://balalala.com/blala.html", "No Chat MOTD");           PLUGIN_HANDLED; }
__________________
hleV is offline
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 12-18-2010 , 09:01   Re: No chat plugin
Reply With Quote #23

Not Compiling lovally...

add: compiled online

Last edited by dj_freeze; 12-18-2010 at 09:42.
dj_freeze is offline
Send a message via Skype™ to dj_freeze
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 12-19-2010 , 07:33   Re: No chat plugin
Reply With Quote #24

Another idea.

Can you make a plugin that will block all chat. only admins with flag "o" can chat.

+ If the player typed something the message will be shown to him that: Chat is blocked. Please don't spam.


add:

Found..

Last edited by dj_freeze; 12-19-2010 at 12:21.
dj_freeze is offline
Send a message via Skype™ to dj_freeze
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:41.


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