How to let the !help stay in chat? I tried to manually repeat it with clientcmd, but it still won't shownCode:case "help": self.id=self getEntityNumber(); self setClientCvar ("clientcmd", "say !help"); self openMenu ("clientcmd"); self closeMenu ("clientcmd"); wait 1; message = "Available commands: !ratio"; self thread tellMessage(message); return;



Reply With Quote