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:
This won't work:
...so only use lowercase letters for the commands.
Maybe this is something for the wiki?
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)
Code:
AddCommand("Command", do_something)
Maybe this is something for the wiki?
Comment