Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#155629   2019-04-30 18:46          
Guille6:
money you get racing in drag street racing of valo city

There is a cash (array of ints) defined on line 1197 in the sl\Scripts\game\src\city.java
you would want to update the lines below the definition which by default look like this:
cash[0] = 1000*clubIndex;
cash[1] = 2000*clubIndex;
cash[2] = 4000*clubIndex;
cash[3] =    0;

If you dont have the sources by default: LINK
(I highly recommend only copying over the java sources to the respective src directory which you are actually modifying)