Quote:
Originally Posted by kall
**UPDATE**
If you wish to disable the Group's ability to win prize points for top scoring (or whatever you have set as the position required to win points), do the following:
Find n arcade.php:
PHP Code:
if ($vboptions['arcadepass_enablejackpot'] == 1) {
Replace with:
PHP Code:
if ($vboptions['arcadepass_enablejackpot'] == 1 AND $arcadepermissions['canfreearcade']==0) {
|
There are two
PHP Code:
if ($vboptions['arcadepass_enablejackpot'] == 1) {
Do we replace one or both?