View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-03-2023 , 21:59   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #207

Quote:
Originally Posted by nikooo777 View Post
LINUX UPDATE ONLY!
PHP Code:
        "Signatures"
        
{
            
"CCStrike15ItemDefinition::GetLoadoutSlot"
            
{
                
"library"       "server"
                "windows"       "\x55\x8B\xEC\x8B\x45\x08\x8D\x50\xFF"
                "linux"         "\x55\x89\xE5\x8B\x45\x0C\x8B\x55\x08\x8D\x48\xFF"
            
}
            
"CCSPlayer::FindMatchingWeaponsForTeamLoadout"
            
{
                
"library"       "server"
                "windows"       "\x55\x8B\xEC\x83\xEC\x08\x53\x56\x57\x89\x4D\xF8"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x83\xEC\x2C\x8B\x45\x14"
            
}
            
"CItemGeneration::SpawnItem"
            
{
                
"library"       "server"
                "windows"       "\x55\x8B\xEC\x51\x53\x56\x57\xE8\x2A\x2A\x2A\x2A\x8B\x5D\x08"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x83\xEC\x28\x8B\x45\x08\x8B\x75\x0C\x8B\x5D\x18"
            
}
            
"FX_FireBullets"
            
{
                
"library"       "server"
                "windows"       "\x55\x8B\xEC\x83\xE4\xF8\x81\xEC\xE0\x01\x00\x00"
                "linux"         "\x55\x89\xE5\x57\x56\x53\x81\xEC\xEC\x02\x00\x00\x8B\x45\x0C"
            
}
            
"g_CPlayerVoiceListener"
            
{
                
"library"       "server"
                "windows"       "\x6A\x00\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x6A\x40"
                "linux"         "\x55\x89\xE5\x53\x83\xEC\x04\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x0C\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\x68\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x83\xC4\x10"
            
}
        } 
new csgo update. so far these are the new signatures, since sourcemod is still broken I don't know if anything else needs updating.
I updated to the latest version and I still get errors:

Code:
L 02/03/2023 - 22:44:42: [PTaH] Failed to get g_CPlayerVoiceListener address.
L 02/03/2023 - 22:44:42: [PTaH] Sigscan for CCSPlayer::FindMatchingWeaponsForTeamLoadout failed
L 02/03/2023 - 22:44:42: [PTaH] Detour failed CCSPlayer::FindMatchingWeaponsForTeamLoadout, functionality GiveNamedItemPre will be limited.
L 02/03/2023 - 22:44:42: [PTaH] g_pCPlayerVoiceListener == nullptr, Hook ClientVoiceToPre will be unavailable.
L 02/03/2023 - 22:44:42: [PTaH] g_pCPlayerVoiceListener == nullptr, Hook ClientVoiceToPost will be unavailable.
I already updated, running version SM 1.11 - build 6928

Code:
 
SourceMod Version Information:
    SourceMod Version: 1.11.0.6928
    SourcePawn Engine: 1.11.0.6928, jit-x86 (build 1.11.0.6928)
    SourcePawn API: v1 = 5, v2 = 16
    Compiled on: Feb  3 2023 10:03:06
    Built from: https://github.com/alliedmodders/sourcemod/commit/67b95f73
    Build ID: 6928:67b95f73
    http://www.sourcemod.net/

Last edited by paulo_crash; 02-03-2023 at 22:00.
paulo_crash is offline