CSGOWinBig
CSGOWinBig copied to clipboard
Sitename for lower rake ?
Hey i will add the feature for Steamname + Sitename = lower commission.
if (personaname, "yourdomain.com")){
if ($keepPercentage + $itemPercentage > 0.0) {
array_push($itemsToGive, $item);
$give = true;
continue;
}
if ($keepPercentage + $itemPercentage >= 0.0 && $keepPercentage < 0.0) {
array_push($itemsToKeep, $item);
$give = true;
continue;
}
array_push($itemsToKeep, $item);
$keepPercentage += $itemPercentage;
}
is this the right way ?
just leaving a comment here..
@TarantelTM What file did you modify?
Nevermind, it's deposit.php
@TarantelTM I think it's good but the way you are using now will cause none commision. Not sure if that's the desired effect.
no commission was a test