Hi i need a sql query to add to everyone an item in theirs depots.
INSERT INTO player_depotitems VALUES (NULL, 101, 3, 2589, 1, [BLOB - 0 B]) WHERE player_id IN (SELECT id FROM players);
Mayeb something like this?
I need to execute this for all players!
INSERT INTO player_depotitems VALUES...