How could I find the error line?
#5

Quote:
Originally Posted by Calisthenics
View Post
The same run time error but more detailed logs. Unless you did not do the steps correctly or you use another editor (not pawno).



Yes. Print messages:
pawn Code:
LoadCharacterData(playerid);
print("LoadCharacterData called");
LoadPlayerBankAccountData(playerid);
print("LoadPlayerBankAccountData called");
LoadPlayerToysData(playerid);
print("LoadPlayerToysData called");
LoadPlayerPocketData(playerid);
print("LoadPlayerPocketData called");
...
If the mistake is for example in the second function, it will only print the first message so you know where to search.
Ready, I found the error, thanks boss
Reply


Messages In This Thread
How could I find the error line? - by KaliDobrev - 21.02.2019, 04:44
Re: How could I find the error line? - by Calisthenics - 21.02.2019, 08:10
Re: How could I find the error line? - by KaliDobrev - 21.02.2019, 16:09
Re: How could I find the error line? - by Calisthenics - 21.02.2019, 20:00
Re: How could I find the error line? - by KaliDobrev - 21.02.2019, 22:10

Forum Jump:


Users browsing this thread: 3 Guest(s)