Thread: ERRO

Results 1 to 3 of 3
  1. #1
    UBN's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    ERRO

    Run-Time Check Failure #0 - The value of ESP was not properly saved across a
    function call. This is usually a result of calling a function declared with
    one calling convention with a function pointer declared with a different calling
    convention.

    esse erro acontece quando eu chamo a função "PlayerInfo *pPlayer = GetPlayerByIndex(ulThis, Player->Index, NULL);"

    alguém sabe como resolver?
    Last edited by UBN; 08-25-2017 at 04:26 PM.

  2. #2
    Fєηix's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    Brαzil
    Posts
    1,178
    Reputation
    114
    Thanks
    6,891
    My Mood
    Sleepy
    Quote Originally Posted by UBN View Post
    Run-Time Check Failure #0 - The value of ESP was not properly saved across a
    function call. This is usually a result of calling a function declared with
    one calling convention with a function pointer declared with a different calling
    convention.

    esse erro acontece quando eu chamo a função "PlayerInfo *pPlayer = GetPlayerByIndex(ulThis, Player->Index, NULL);"

    alguém sabe como resolver?
    Eles removeram um arg da função GetPlayerByIndex

    Usa assim:
    Code:
    PlayerInfo *pPlayer = GetPlayerByIndex(ulThis, Player->Index);

  3. The Following User Says Thank You to Fєηix For This Useful Post:

    UBN (08-25-2017)

  4. #3
    Threadstarter
    New Member
    UBN's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Fєηix View Post


    Eles removeram um arg da função GetPlayerByIndex

    Usa assim:
    Code:
    PlayerInfo *pPlayer = GetPlayerByIndex(ulThis, Player->Index);
    Muito obrigado Fєηix!

Similar Threads

  1. [Info] --- ERRO CONECTION - HOST HACK
    By ton22552 in forum Blackshot Hacks & Cheats
    Replies: 1
    Last Post: 09-21-2009, 05:51 PM
  2. erro on ca
    By buster112 in forum Combat Arms Help
    Replies: 7
    Last Post: 08-26-2009, 09:58 AM
  3. erro dll new public
    By guimmsk8 in forum General Hacking
    Replies: 0
    Last Post: 10-17-2008, 03:58 PM
  4. Erroe Code = -2, 10060
    By vyz7 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 09-05-2008, 03:24 PM
  5. 484 erro, rog bypass
    By Hancock in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-10-2008, 06:00 PM