Hide say command?
For example..timeleft.amxx
when i type "thetime" it will show you "the time is now xxx\xxx\xxx" --------------------------------------- Player:thetime <<How to hide this msg? The time is now xxx\xxx\xxx --------------------------------------- |
Re: Hide say command?
use return PLUGIN_HANDLED
|
Re: Hide say command?
Replace "return PLUGIN_CONTINUE" to "return PLUGIN_HANDLED" in command "sayTimeLeft"
Code:
public sayTimeLeft(id) |
| All times are GMT -4. The time now is 17:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.