How could I find the error line?
#4

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

Quote:
Originally Posted by KaliDobrev
View Post
another way to find it?
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.
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: 1 Guest(s)