21.02.2019, 20:00
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:
If the mistake is for example in the second function, it will only print the first message so you know where to search.
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");
...