Search results

  1. A

    General Talk

    Can i delete my account?
  2. A

    Game destructor address.

    Ok, thank you.
  3. A

    Game destructor address.

    You mean that DLL_PROCES_DETACH and game destructor are called at the same time?
  4. A

    Game destructor address.

    Where i can find the game destructor address? I want to detour it to successfully release my own c++ project.
  5. A

    CPed by SAMP Player ID

    How i can get CPed using SAMP Player ID? I use game_api and SAMPFUNCS_api in my project. CPed *Ped = GAME->GetPools()->GetPed( ????????? ); or CPed *Ped = GAME->GetPools()->GetPedFromRef( ???? ); // what is 'ref'?
Top