12-12-2014, 05:11 AM
you have a sc
That one adds 500 cash every 5 minutes.
i don't know what you are exactly looking for? that is all there is
i have a error look
UPDATE bg_user
SET Cash = Cash + 50
WHERE user_code IN (SELECT a_portal_index FROM t_users WHERE a_zone_num != -1);
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''OnlineCash'
ON SCHEDULE EVERY 5 MINUTE
DO BEGIN
UPDATE bg_user
SET Cash' at line 1

