Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Custom commands #1

Closed
dzagu opened this issue Mar 24, 2020 · 7 comments
Closed

Custom commands #1

dzagu opened this issue Mar 24, 2020 · 7 comments
Labels
bug Something isn't working

Comments

@dzagu
Copy link

dzagu commented Mar 24, 2020

Adding custom commands not work:
server_redirect_commands "sm_servers;sm_serv;sm_project;sm_list;sm_lis ta;sm_serwery;"
When I type !lista or sm_lista nothing happens.

@GAMMACASE
Copy link
Owner

You have an empty space here sm_lis ta, so it's not gonna get registered properly, probably will add some checks for this one.

@dzagu
Copy link
Author

dzagu commented Mar 24, 2020

I changed to this, and still same problem.
server_redirect_commands "sm_servers;sm_serwery;sm_project;sm_lista;sm_srv;"

@GAMMACASE
Copy link
Owner

did you restarted server after changing this in a config file?

@GAMMACASE
Copy link
Owner

alright, I think I found possible bug with this, gonna fix this in the next release

@GAMMACASE GAMMACASE added the bug Something isn't working label Mar 24, 2020
GAMMACASE added a commit that referenced this issue Mar 24, 2020
Before it was registering them to early, so config value wasn't used at all.
Also added some command validity checks.
@GAMMACASE
Copy link
Owner

Are you able to compile plugin from master branch and check if this issue is fixed or not? Also thanks for the report!

@GAMMACASE
Copy link
Owner

This fix is in release now, check out 1.1.0 version. Reopen this issue if you'll experience it again.

@rajkodev
Copy link

Hey @GAMMACASE today installed, cfg file is setup properly, auto generated file in cfg/sourcemod is also there, but it looks like plugin doesn't running. When i type sm plugins I see plugin but there is no advertisements, and !servers doesnt work.

Also server is running under linux and sm 1.10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants