Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to .prac to everyone. #50

Closed
wayLANder3 opened this issue Sep 20, 2017 · 5 comments
Closed

Access to .prac to everyone. #50

wayLANder3 opened this issue Sep 20, 2017 · 5 comments

Comments

@wayLANder3
Copy link

wayLANder3 commented Sep 20, 2017

I can't give access for .prac to all players (delete flag "g" for access".
I added in overrides:

Overrides
{
 "sm_prac" ""
}

But i don't have access for this mode (i restarted server after editing overrides ofc)

  • Plugin version: 1.1.3
  • Sourcemod version: 1.8.0.6027
@splewis
Copy link
Owner

splewis commented Sep 21, 2017

.prac isn't a command on the version you're using.

Use .setup.

@wayLANder3
Copy link
Author

wayLANder3 commented Sep 21, 2017

Sorry, i will update to the latest version 1.2.0
And give feedback

EDIT:
No, doesn't solved situation.
Without any admin flag i have access for .setup, but there is no Practice launch option. And after i type !prac - it say's what i don't have permission for this command

@wayLANder3
Copy link
Author

Ok, i can't solve this without editing .sp

RegConsoleCmd("sm_prac", Command_LaunchPracticeMode, "Launches practice mode");
RegConsoleCmd("sm_launchpractice", Command_LaunchPracticeMode,
"Launches practice mode");
RegConsoleCmd("sm_practice", Command_LaunchPracticeMode,
"Launches practice mode");

RegAdminCmd("sm_exitpractice", Command_ExitPracticeMode, ADMFLAG_CHANGEMAP,
"Exits practice mode");
RegAdminCmd("sm_translategrenades", Command_TranslateGrenades, ADMFLAG_CHANGEMAP,
"Translates all grenades on this map");
RegAdminCmd("sm_fixgrenades", Command_FixGrenades, ADMFLAG_CHANGEMAP,
"Reset grenade ids so they are consecutive and start at 1.");

This works now.

@splewis
Copy link
Owner

splewis commented Sep 22, 2017

I can't reproduce this by setting admins_override.cfg to

Overrides
{
	"sm_prac"		""
}

I don't think your changes to the configs/admins_override.cfg were saved.

@splewis
Copy link
Owner

splewis commented Sep 29, 2017

I'm closing since I haven't been able to reproduce any issues.

@splewis splewis closed this as completed Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants