Quote:
Originally Posted by ConnorMcLeod
Problem doing this, if this is for a public server, is that you can't control which additional plugins are installed on server, so you can't prevent plugins from overwriting your messages.
That's why it is better to loop the message with like a 1.0 interval, it won't affect server performances in any significant way and you can make sure message is displayed.
|
Thanks for the info.
But in my server i only was using one plugin to send hudmessages (Sorry, i not using any amxx default plugins.)
And in instead of using an set_task it have some other event to do this? like register_forward(FM_Think)
or FM_ClientThink?
Thanks.
__________________