How to add a Costum FLAG to no_chatting.amx ?
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") } |
Re: How to add a Costum FLAG to no_chatting.amx ?
Magic.
|
Re: How to add a Costum FLAG to no_chatting.amx ?
Quote:
Code:
|
| All times are GMT -4. The time now is 06:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.