Raised This Month: $12 Target: $400
 3% 

[CS:GO] PTaH - V1.0.8


Post New Thread Reply   
 
Thread Tools Display Modes
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 02-11-2022 , 04:49   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #201

Quote:
Originally Posted by Sandervraun View Post
//// PTaH_test.sp
//
// C:\Users\Sande\Desktop\Anticheat compiler\include\handles.inc(83) : error 114: missing type, or constructor must have the same name as methodmap "Handle"
// C:\Users\Sande\Desktop\Anticheat compiler\include\handles.inc(83) : error 001: expected token: "{", but found "="
// C:\Users\Sande\Desktop\Anticheat compiler\include\handles.inc(83) : error 029: invalid expression, assumed zero
// C:\Users\Sande\Desktop\Anticheat compiler\include\handles.inc(83) : fatal error 190: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
//
// Compilation Time: 0.14 sec
// ----------------------------------------
check the thread above, you dont need the smx or the sp file, only the gamedata and extension

everything can be found here: https://ptah.zizt.ru

Last edited by freak.exe_uLow; 02-11-2022 at 04:49.
freak.exe_uLow is offline
bTasc0
New Member
Join Date: May 2022
Old 05-15-2022 , 08:13   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #202

Skins plugin not working on server, while warmod/practicemod/gloves plugin all work perfectly.
PTaH extension not running

Error log:

L 05/15/2022 - 13:06:12: Error log file session closed.
L 05/15/2022 - 13:069: SourceMod error session started
L 05/15/2022 - 13:069: Info (map "de_dust2") (file "/data/service8365/data/service_item_1802501/csgo/addons/sourcemod/logs/errors_20220515.log")
L 05/15/2022 - 13:069: [SM] Unable to load extension "PTaH.ext": /data/service8365/data/service_item_1802501/csgo/addons/sourcemod/extensions/PTaH.ext.so: cannot open shared object file: No such file or directory
L 05/15/2022 - 13:069: [SM] Unable to load plugin "weapons.smx": Required extension "PTaH" file("PTaH.ext") not running
L 05/15/2022 - 13:069: [SM] Fatal error encountered parsing translation file "get5.phrases.txt"
L 05/15/2022 - 13:069: [SM] Error (line 0, column 0): Stream failed to open
L 05/15/2022 - 13:07:28: Error log file session closed.
L 05/15/2022 - 13:07:28: SourceMod error session started
L 05/15/2022 - 13:07:28: Info (map "de_dust2") (file "/data/service8365/data/service_item_1802501/csgo/addons/sourcemod/logs/errors_20220515.log")
L 05/15/2022 - 13:07:28: [SM] Fatal error encountered parsing translation file "get5.phrases.txt"
L 05/15/2022 - 13:07:28: [SM] Error (line 0, column 0): Stream failed to open

Last edited by bTasc0; 05-15-2022 at 08:17.
bTasc0 is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 05-15-2022 , 08:21   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #203

Quote:
Originally Posted by bTasc0 View Post
L 05/15/2022 - 13:069: [SM] Unable to load extension "PTaH.ext": /data/service8365/data/service_item_1802501/csgo/addons/sourcemod/extensions/PTaH.ext.so: cannot open shared object file: No such file or directory
Seems like you can't handle an extension which is easily to install with simple "drag&drop". ;) Make sure you didn't uploaded the windows version of ptah instead the linux version, which seems the OS of your server.

Quote:
Originally Posted by bTasc0 View Post
L 05/15/2022 - 13:069: [SM] Fatal error encountered parsing translation file "get5.phrases.txt"
L 05/15/2022 - 13:069: [SM] Error (line 0, column 0): Stream failed to open
I think you didn't noticed it, but it seems like your forget to upload the get5 translation file. ;)
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.

Last edited by Bara; 05-15-2022 at 08:21.
Bara is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 02-03-2023 , 00:12   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #204

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.
__________________

Last edited by nikooo777; 02-03-2023 at 00:12.
nikooo777 is offline
Siniii
Junior Member
Join Date: Apr 2020
Old 02-03-2023 , 14:56   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #205

Can u pls check it after SM update now? !knife command still not working
__________________
Siniii is offline
MegoltElek
Junior Member
Join Date: Dec 2020
Old 02-03-2023 , 17:15   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #206

Quote:
Originally Posted by Siniii View Post
Can u pls check it after SM update now? !knife command still not working
It does work, if you have default knife. If you have any other knife in cs go, the plugin doesn't work anymore.
MegoltElek is offline
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
MickaNoob
Junior Member
Join Date: Feb 2019
Location: France
Old 02-04-2023 , 16:31   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #208

Hi,

You can use these signatures and plugins are working !

https://github.com/komashchenko/PTaH...PTaH.games.txt
__________________
Owner/Founder of Absynthium Community

Steam Group
MickaNoob is offline
mlov420
Senior Member
Join Date: May 2013
Old 02-10-2023 , 17:08   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #209

Quote:
Originally Posted by MickaNoob View Post
Hi,

You can use these signatures and plugins are working !

https://github.com/komashchenko/PTaH...PTaH.games.txt
This does not appear to be the case for me. Running the latest stable Sourcemod (1.11.0 git-6930) alongside latest PTaH (1.1.3-build20) for Linux, then replacing the existing gamedata with this, I still have the same errors as above.
mlov420 is offline
Gospadarov
New Member
Join Date: Feb 2023
Old 02-27-2023 , 09:55   Re: [CS:GO] PTaH - V1.0.8
Reply With Quote #210

Quote:
Originally Posted by mlov420 View Post
This does not appear to be the case for me. Running the latest stable Sourcemod (1.11.0 git-6930) alongside latest PTaH (1.1.3-build20) for Linux, then replacing the existing gamedata with this, I still have the same errors as above.
Do you still have that problem?I can't find to fix this
Gospadarov is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:48.


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