• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Add points to everyone online on the server

Imfreezing

Krossa Kapitalismen
Joined
Jun 7, 2012
Messages
1,009
Solutions
1
Reaction score
88
Location
Edron
as the title says,is this possible :)
Would be grateful if i could get help
Regards Imfreezing
 
Code:
UPDATE `accounts` SET `premium_points` = `premium_points` + 5 WHERE `id` IN (SELECT `account_id` FROM `players` WHERE `online` = 1);
 
Last edited:

Similar threads

Replies
0
Views
202
Back
Top