Quote:
Originally Posted by sammp
Well, I'm stuck again. This time with commands.
How do I make a command that doesn't need a sender?
i.e if i wanted to make a /help command, I get "unknown command" unless i unclude BasePlayer, but that makes it "/help [player]"
|
Never used C#, not to mention these plugin. But as far as programming logic goes, you need to return true in your command callback...