UPDATE users SET credits = credits + 175 WHERE rank >= 3 AND rank <= 5
SET GLOBAL event_scheduler = ON;
SET @@global.event_scheduler = ON;
SET GLOBAL event_scheduler = 1;
SET @@global.event_scheduler = 1;
Woah palI never knew you people at DevBest could be so retarded. ( aimed towards @Donnyschr and @Wickd )
@ProjectAssassin here's a tutorial for you.
1. Click on 'Event' at the top (open a database first):
2. Click 'New Event':
3. In the 'Definition' tab put the following:
Code:UPDATE users SET credits = credits + 175 WHERE rank >= 3 AND rank <= 5
4. In the 'Schedule' tab press the '+ INTERVAL' and set when you want to give 175 credits to rank 3-5.
5. Press Save.
If this error comes up:
Please run the following query if this error occurs.
Code:SET GLOBAL event_scheduler = ON; SET @@global.event_scheduler = ON; SET GLOBAL event_scheduler = 1; SET @@global.event_scheduler = 1;