Page 1 of 1

engine messaging

Posted: Sun Oct 07, 2018 9:03 pm
by botmaster
I have a bot management engine, when bots get added/removed CSS always send an automatic message in all player chat like "bot_quota changed to X", is there a way to get rid of it?

Re: engine messaging

Posted: Mon Oct 08, 2018 5:43 am
by L'In20Cible
If I remember correctly...

Syntax: Select all

from cvars import ConVar
from cvars.flags import ConVarFlags

ConVar('bot_quota').flags &= ~ConVarFlags.NOTIFY