gamemedev / plugin-sourcemod

gameME Plugin for SourceMod to manage ingame events and to extend gameME Stats!
GNU General Public License v2.0
13 stars 14 forks source link

CS:GO plugin #10

Open e-zhuravlev opened 3 years ago

e-zhuravlev commented 3 years ago

Good day. The plugin for the new version of the game has links to MOTD windows in the menu that have not been working for a long time in this game, can you fix this or remove irrelevant items from the plugin?

NullifidianSF commented 3 years ago

I had the same problem with insurgency.

change: https://github.com/gamemedev/plugin-sourcemod/blob/98f1126fbebd8c02a0c45a8c2f21e562f4e9b832/scripting/gameme.sp#L5078

to:

if (gameme_plugin.mod_id == (MOD_HL2MP) || (MOD_CSGO)) {