Quote:
Originally Posted by Darkwaltz4
It has statements, but currently not for regular earning entries, only stuff that is directly human-related (like donations, awards, etc). Entries for regular earning was left out due to server strain issues, but will be put in for vbcredits 2.0 (thats the plan anyway)
|
Found it, Thanks.
Maybe a HOOK is usefull after those lines:
Code:
case 'loan':
$action = $vbphrase['credits_loan'];
break;
case 'drawing':
$action = $vbphrase['drawing'];
break;
and here:
Code:
case 'save':
$secondary = $vbphrase['credits_deposit'];
break;
case 'loan':
$secondary = $vbphrase['credits_payment'];
break;
I have to add a few line more to work with other MOD's