• 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!

Help Addons!

PHP:
DELETE FROM `player_storage` WHERE `player_id` = (SELECT `id` FROM `players` WHERE `name` = "PlayerName") AND `key` >= 10000000 AND `key` <= 20000000;
 
Well another problem, I erase all her addons but when he tried to get the addon clicking, he cant, it says "Sry but you already have this addon" Any suggest? plx
 
PHP:
DELETE FROM `player_storage` WHERE `player_id` = (SELECT `id` FROM `players` WHERE `name` = "PlayerName") AND `key` >= 18001 AND `key` <= 18042;
The used storage range is assuming that you're using the default actionids for the objects. (4001 to 4042)
 
Back
Top