View Single Post
Author Message
L4d2mylove88
New Member
Join Date: Feb 2020
Old 02-23-2020 , 22:41   [l4d2]PrepSDKCall_SetSignature Problem?
Reply With Quote #1

i want use PrepSDKCall_SetSignature to set gamedata witch it's txt file,

but i have some problem with this

look at those pic

PHP Code:
StartPrepSDKCall(SDKCall_Player);
    
/*if (!PrepSDKCall_SetSignature(SDKLibrary_Server, "\x53\x8B\xDC\x83\xEC\x08\x83\xE4\xF0\x83\xC4\x04\x55\x8B\x6B\x04\x89\x6C\x24\x04\x8B\xEC\x81\xEC\xA8\x00\x00\x00\\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x2A\x8B\x43\x10", 42))
    {
        PrepSDKCall_SetSignature(SDKLibrary_Server, "@_ZN13CTerrorPlayer5FlingERK6Vector17PlayerAnimEvent_tP20CBaseCombatCharacterf", 0);
    }*/
    
PrepSDKCall_SetFromConf(Game_File_MeSDKConf_Signature"CTerrorPlayer_Fling");
    
PrepSDKCall_AddParameter(SDKType_VectorSDKPass_ByRef);
    
PrepSDKCall_AddParameter(SDKType_PlainOldDataSDKPass_Plain);
    
PrepSDKCall_AddParameter(SDKType_CBasePlayerSDKPass_Pointer);
    
PrepSDKCall_AddParameter(SDKType_FloatSDKPass_Plain);
    
sdkCallPushPlayer EndPrepSDKCall(); 

http://s2.ax1x.com/2020/02/24/3890G4.png

http://s2.ax1x.com/2020/02/24/389sMR.png

"42" is not true number! it will trobule the game
Attached Files
File Type: txt gamedata.txt (525 Bytes, 59 views)
L4d2mylove88 is offline