Thread: ItemInfoArray
View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-20-2015 , 12:56   Re: ItemInfoArray
Reply With Quote #23

Code:
L 08/20/2015 - 19:53:23: [ORPHEU] Address isn't contained in the library
PHP Code:
server_print("Debug: %i"OrpheuMemoryGetAtAddress(OrpheuMemoryGet("ItemInfoArray") + 36 CSW_AK47 44"int")) 
Code:
{
    "name"        : "int",
    "library"     : "mod",
    "type"        : "int",
    "memoryType"  : "data",
    "identifiers" :
    [
        {
            "os"    : "windows",
            "mod"   : "cstrike",
            "value" : 0
        },
        {
            "os"    : "linux",
            "mod"   : "cstrike",
            "value" : 0
        }
    ]
}
Code:
[
	{
		"name"        : "ItemInfoArray",
		"library"     : "mod",
		"type"        : "byte",
		"memoryType"  : "data",
		"identifiers" : 
		[
			{
				"os"    : "windows",
				"mod"   : "cstrike",
				"value" : [0x53,0x56,0x57,0xBF,"*","*","*","*",0x8B,"*","*",0x85,"*",0x0F,"*","*","*","*","*",0x8B,"*",0x85,"*",0x75,"*",0xBE],
				"displacement" : 4
			},
			{
				"os"    : "linux",
				"mod"   : "cstrike",
				"value" : "_ZN15CBasePlayerItem13ItemInfoArrayE"
			}
		]
	}
]
Still the same error. I have no ideea what's wrong, it may be because the bits are ignored ?
__________________

Last edited by HamletEagle; 08-20-2015 at 12:58.
HamletEagle is offline