View Single Post
Ark_Procession
Senior Member
Join Date: Jun 2020
Location: Argentina
Old 12-18-2020 , 12:26   Re: Simple Menu Builder
Reply With Quote #165

It seems i'm having a really weird problem with your plugin:


The error :

HTML Code:
L 12/18/2020 - 14:03:14: [AMXX] Displaying debug trace (plugin "custom_crx_simplemenu.amxx")
L 12/18/2020 - 14:03:14: [AMXX] Run time error 4: index out of bounds 
L 12/18/2020 - 14:03:14: [AMXX]    [0] crx_simplemenu.sma::fileRead (line 144)
L 12/18/2020 - 14:03:14: [AMXX]    [1] crx_simplemenu.sma::plugin_precache (line 81)

i noticed after updating orpheu cbaseplayer "joiningthink" to this :

HTML Code:
{
    "name"      : "JoiningThink",
    "class"     : "CBasePlayer",
    "library"   : "mod",
    "identifiers":
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : [0x83,"*","*",0x53,0x55,0x56,0x8B,"*",0x33,0xDB,0x57,0x8B,"*","*","*","*","*",0x83,"*","*",0x0F]
        }, 
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : "JoiningThink__11CBasePlayer"
        }
    ]
}
could it be in any way related?, maybe i just noticed it now.

Note:

i tested crx_simplemenu without any other plugin.
I run orpheu arkshine version.
Ark_Procession is offline