anyone know hos to give vcash to only certain usergroups? whathappens is when i give it to everoyne then users who dont actually gamble end up with like 20 grand etc.. so over the course of a year it throws off the rankings.
let me know an sql thanks
figured it out
UPDATE user SET vbookie_cash=whatever WHERE usergroupid=whatever;
so..
UPDATE user SET vbookie_cash=0 to set everyone at zero
then the other code to set users at an amount. made a promotion that moves qualified reg users into a new primary group so i could tag them by this.
now, can anyone tell me a way to give everyone in the custom group a welfare check when they go bust?
|