Search results

  1. S

    Getting ptr of samp player pool properties [C++]

    From pseudocode of GetPlayerHealth i got this: signed int __cdecl sub_470D80(int a1, int a2) { unsigned __int16 v2; // ax int v3; // esi v2 = *(_WORD *)(a2 + 4); if ( v2 >= 0x3E8u ) return 0; v3 = *(_DWORD *)(*((_DWORD *)dword_4F5FB8 + 2) + 4 * v2 + 154012); if ( !v3 )...
Top