• Hide ulx chat text
    0 replies, posted
I'm working on a custom ulx command and want to hide your message when you type the command in chat (so that when you type the command in people don't see you doing it). I don't want to disable echoes because I want it specifically for this command. I've looked at ulx asay (which doesn't show in chat when you use it) and the only difference I've seen is in ulx.command [CODE]local asay = ulx.command( CATEGORY_NAME, "ulx asay", ulx.asay, "@", true, true )[/CODE] I'm guessing that the true, true is what hides it in chat? However this isn't working on my command and I can't find any documentation on ulx.command
Sorry, you need to Log In to post a reply to this thread.