Blockland Forums > Help
City RP - Banned Events
Lugnut:
Try exploring package.cs.
iBlox / (-Nick-):
--- Quote from: Lugnut1206 on February 19, 2012, 11:14:06 PM ---Try exploring package.cs.
--- End quote ---
This was no help. You have to tell me what I am looking for/what I should do. And try to explain like I am absolutely handicapped.
Greek2me:
Add these lines to ban the events:
--- Code: ---$CityRPG::bannedEvent["Minigame","chatMsgAll"] = true;
$CityRPG::bannedEvent["Minigame","bottomPrintAll"] = true;
$CityRPG::bannedEvent["Minigame","centerPrintAll"] = true;
--- End code ---
--- Quote from: otto-san on February 19, 2012, 10:58:34 PM ---I'm 97% certain there is no magic that makes it work by changing a global pref.
--- End quote ---
Just by that piece of code he posted I'm pretty sure that it does work like that.
Kalphiter:
Iban may have not implemented blocking for minigame events, which is why it wouldn't work.
Greek2me:
Forget what I just posted... I was thinking of something else and I didn't see the end of the OP.