7mochi / llhl

LLHL Gamemode for Adrenaline Gamer 6.6 (And maybe AGMini)
https://git.io/JkTtQ
GNU Affero General Public License v3.0
5 stars 3 forks source link

[Issue] #44

Closed abdullahnas43 closed 1 month ago

abdullahnas43 commented 5 months ago

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?

7mochi commented 5 months ago

Hi, try disabling the amxx nextmap plugin

abdullahnas43 commented 5 months ago

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 commented 5 months ago

That's intended, you would have to modify the code, add tdm here and compile the plugin https://github.com/7mochi/llhl/blob/113bafb702e27f2def1745ef6bf9241b5082e2f2/src/scripts/llhl.sma#L247

abdullahnas43 commented 5 months ago

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 commented 5 months ago

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 commented 4 months ago

Try this: llhl.zip

abdullahnas43 commented 4 months ago

:/ no not working. :/

abdullahnas43 commented 4 months ago

shutdown and restartded sv so what i do ?

7mochi commented 1 month ago

Closed as it's intentional that the features only work in the gamemode LLHL