AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   AMXX 1.10 - Hamsandwich not working? (https://forums.alliedmods.net/showthread.php?t=344959)

Rirre 12-23-2023 18:54

AMXX 1.10 - Hamsandwich not working?
 
Can't find any relatable thread about this so here I am.

I run a Sven Co-op server and the AMXX plugin which is using Ham functions is running just fine (according to AMXX), but the Ham functions do not work. No errors or anything. They simply do not work.
PHP Code:

amxx modules
Currently loaded modules
:
      
name                    version     author               status
 
1MySQL                   1.10.0.546  AMX Mod X Dev Team   running
 
2FakeMeta                1.10.0.546  AMX Mod X Dev Team   running
 
3GeoIP                   1.10.0.546  AMX Mod X Dev Team   running
 
4Engine                  1.10.0.546  AMX Mod X Dev Team   running
 
5Orpheu                  2.6.3       joaquimandrade Ar  running
 
6Ham Sandwich            1.10.0.546  AMX Mod X Dev Team   running
 
7Sockets                 1.9.0.5294  AMX Mod X Dev Team   running
7 modules
7 correct 

If I use AMXX 1.9.0 however which still uses hamdata.ini then the Ham functions starts working. But with AMXX 1.10 which should be using data/gamedata/common.games/virtual.games/svencoop/offsets-common.txt to read the offsets, none of them work.
How do I even know if Hamsandwich is reading from this file or not? I have compared these files and made sure they use the same offsets.

data/gamedata/common.games/master.games.txt:
Code:

"Game Master"
{
        //
        // Engine
        //

        "globalvars.engine.txt"
        {
                "engine"  "engine_ds"
                "engine"  "engine_ls"
        }

        "functions.engine.txt"
        {
                "engine"  "engine_ds"
                "engine"  "engine_ls"
        }

        //
        // Virtual Functions
        //

        "virtual.games/svencoop/offsets-common.txt"
        {
                "game"  "svencoop"
        }
}



All times are GMT -4. The time now is 06:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.