PlayerUnknowns

[SqL] Command delete a item on multiple accounts

Oct 15th, 2017
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.41 KB | None | 0 0
  1. +-----------------------------------------------------+
  2. |               DIRECT SQL COMMAND                    |
  3. +-----------------------------------------------------+
  4. DELETE FROM player.item WHERE vnum='vnum_item';
  5.  
  6. // [RO] În loc de vnum_item puneti codul de la item-ul pe care doriti sa il stergeti de pe toate conturile.
  7. // [EN] Instead OF vnum_item put the code FROM the item you want TO DELETE ON ALL accounts.
Add Comment
Please, Sign In to add comment