How would I disable all minigame events? As In things like: OnActivate > Minigame > ChatMsgAll
function fxDTSBrick::Minigame(%this, %client)
{
if(!isObject(%client))
parent::Minigame(%this, %client);
}
I'm really not sure how to do this, any and all help is much appreciated!