[ChatCommand("hello")] void HelloCommand(BasePlayer player, string command, string[] args)
public string WelcomeMessage = "Welcome!"; umod framework
[ConsoleCommand("mycommand")] void MyConsoleCommand(ConsoleSystem.Arg arg) [ChatCommand("hello")] void HelloCommand(BasePlayer player
// Do something
SendReply(player, "No permission"); return; umod framework