How can I disable server and console announcement from showing after performing some commands, sth like admin set sta glow.
1).I looked up in the search section and I found nothing helped me.
2).I checked the amxx.cfg and I didn't see anything about disabling server and console announcements when you perform say amx_glow sta 0 0 0 0
3).I even checked out the glow2.sma and found out this:
if(arg[0] == '@')
{
if(!num)
{
client_print(id, print_console, "[AMXX] No players on that team!")
return 1
}
I have tried deleting client_print line but it seemed to still give server and console announcements.
I am not those people who just open a thread without doing anything themselves so could you please help me on this ?