Author Topic: Disabling ALL MiniGame Events  (Read 771 times)

How would I disable all minigame events?  As In things like: OnActivate > Minigame > ChatMsgAll

Code: [Select]
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!

Unregister all of the outputs for minigames.
Code: [Select]
unregisterOutputEvent("Minigame","ChatMsgAll");

Space guy made a disable events mod.
EDIT: Someone is running your trench TDM build: Fionnbharr1