View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-27-2019 , 17:19   Re: Server Cvars Unlocker
Reply With Quote #33

Taken from here: https://forums.alliedmods.net/showthread.php?p=2532949
PHP Code:
{
    
"name"        "AddAccount",
    
"class"       "CBasePlayer",
    
"library"     "mod",
    
"arguments" 
    [
        {
            
"type" "int",
            
"info" "ammount"
        
},
        {
            
"type" "bool",
            
"info" "bTrackChange.If 1, the amount of money added will be displayed"
        
}
    ],
    
"identifiers" :
    [
        {
            
"os"    "windows",
            
"mod"   "cstrike",
            
"value" : [0x8B,"*","*","*",0x56,0x8B,"*",0x8B,"*","*","*","*","*",0x03,"*",0x89,"*","*","*","*","*",0x8B,"*",0x79]
        },
        {
            
"os"    "linux",
            
"mod"   "cstrike",
            
"value" "_ZN11CBasePlayer10AddAccountEib"
        
}
    ]

You can simply search for a newer signature in this forum when you get "NOT FOUND" in orpheu logs, it means the signature is outdated.
__________________
HamletEagle is offline