Quote:
Originally Posted by evesve
This is a great mod!
Some small questions in Black Jack and Video Poker.
Can you make it to show points after each card (BJ)?
|
Probably, it is calculated, just not displayed. So it shouldn't be hard.
Quote:
Can you make the cards 25% smaller?(BJ and VP, Maybe a option to show diffrent size??)
|
Once again, not much of a problem, just involves resizing the image files. Something I plan to seperate in a seperate file with the next update for ease of downloading. No need to redownload all the images every time.
Quote:
How can I manually give members "money"?
|
Admincp, user profile. It's at the bottom of the first column.
Quote:
How can I change from 500 to ??? from start?
|
A reset everyone to ___ will sneak in there soon, you could manually update it through phpmyadmin or some other mysql interface if you really needed to:
UPDATE ___user SET casino_cash = ____;
just add your table prefix and the amount you want to change it to in there.
Quote:
I would give members diffrent value depends on the membergroup.
|
Hadn't really planned that one, I'll definitely consider adding a option to give extra to everyone in a user group. Maybe as a monthly allowance for certain groups? (ex. supporting members)
Quote:
I have it as a test now, how can I reset the points to default?
|
SQL query above for now, in admincp in the near future.