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

[Issue] #44

Open
abdullahnas43 opened this issue May 9, 2024 · 8 comments
Open

[Issue] #44

abdullahnas43 opened this issue May 9, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@abdullahnas43
Copy link

Hello, I threw and installed the files, but when changing the game mode, for example (agmap stalkx or crossfire) opens the map stalkyard, is there a solution to this?

@abdullahnas43 abdullahnas43 added the bug Something isn't working label May 9, 2024
@7mochi
Copy link
Owner

7mochi commented May 19, 2024

Hi, try disabling the amxx nextmap plugin

@abdullahnas43
Copy link
Author

Well, I will ask one more thing, when I make gamemode tdm, llhl.amxx and plugins do not work, but when I turn on llhl mode, it works, what should I do to make it only tdm and run llhl.amxx plugins?

@7mochi
Copy link
Owner

7mochi commented May 21, 2024

That's intended, you would have to modify the code, add tdm here and compile the plugin

if (!equali(gamemode, PLUGIN_GAMEMODE)) {

@abdullahnas43
Copy link
Author

if (!equali(gamemode, "tdm")) {
server_print("%L", LANG_SERVER, "LLHL_CANT_RUN", PLUGIN_ACRONYM, PLUGIN, "tdm");
if (gGhostMineBlockState == GMB_LOADED) {
gGhostMineBlockState = GMB_BLOCKED;
set_cvar_num("gm_block_on", 0);
server_print("%L", LANG_SERVER, "LLHL_GM_BLOCK_DEACTIVATED", PLUGIN_ACRONYM);
server_cmd("motdfile motd.txt", "tdm");
server_exec();
}
pause("ad");
return;
}

like this ?

@abdullahnas43
Copy link
Author

abdullahnas43 commented May 21, 2024

and also I can't edit the sma file and compile it back to the amxx file, could you please change it and send it to me?
both llhl.amxx file and llhl.sma file with tdm attached, please:(

@7mochi
Copy link
Owner

7mochi commented Jun 3, 2024

Try this:
llhl.zip

@abdullahnas43
Copy link
Author

:/ no not working. :/

@abdullahnas43
Copy link
Author

shutdown and restartded sv so what i do ?

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

No branches or pull requests

2 participants