Announcement

Collapse
No announcement yet.

AddCommand won't work

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    AddCommand won't work

    Hey Onset(tlers),

    i found something which costed me nearly one hour. Maybe it will help someone who will run in the same issue.

    This will work:
    Code:
    AddCommand("command", do_something)
    This won't work:
    Code:
    AddCommand("Command", do_something)
    ...so only use lowercase letters for the commands.

    Maybe this is something for the wiki?

    #2
    Yes commands are always lower case. I've added that to the wiki.

    Comment

    Working...
    X