Quote:
Originally Posted by zapiy
I installed this and set it up to work with vbcredits II all seems fine until you purchase the entrance to a raffle ie
Members has 5000cr
5000 cr entry to comp
member enters
member now has 10000cr
Thats a big problem lol.
Any advice please?
|
I can't duplicate this. Can you post all of the settings for your raffle and the raffle system itself?
What shows in the the vBcredits log for the transaction?
The deduction is a vBCredits function. In raffle.php, locate this code near the end php file and be sure it's identical to what is shown..
Code:
case 2:
VBCREDITS::action('adjust', intval($vbulletin->userinfo['userid']), null, false, array('message' => $vbphrase['raffle_vbcredit_log'], 'currencyid' => $vbulletin->options['raffle_vbcredit_currency'], 'multiplier' => -(intval($cost * $usetickets))));
break;