05-15-2012, 01:44
Guys I'm looking for some help I want to remove the chattype from bonemind's plugin but if I do something like this I get an error saying: Cannot implicitly convert type 'Addon.ChatType' to 'bool' anyone have a fix?
By the remove chat thing I want to lets say !warn Herp being stupid without it showing in chat.. help?
Code:
warnPlayerCommand(Message, issuer);
return ChatType.ChatNone;
return false;
By the remove chat thing I want to lets say !warn Herp being stupid without it showing in chat.. help?
Do not take life too seriously. You will never get out of it alive.