Wrong function call to update player money in fn_rewardPoptabs.sqf
Opened this issue · 0 comments
soolafsen commented
Hi, seem like fn_rewardPoptabs.sqf is callng the DB function "setAccountMoney".
Seems to cause the following error in the logs under extDB:
[16:30:53:568085 --7:00] [Thread 2184] extDB2: SQL_CUSTOM_V2: Error No Custom Call Not Found: Callname setAccountMoney
I assume the correct call would be: setPlayerMoney
..or am I missing something here?