Jump to content
  • 0

[Help] Delete specific items from all players


Question

Posted

Hello dudes,

 

I Need some help. I Want to delete a specific item from all the players in my server, probably there will be a sql for that? How can i make it? Can somebody help me?

thnks!

3 answers to this question

Recommended Posts

  • 0
Posted

try to use this

 

DELETE FROM `items` WHERE item_id='Write your item id in the quotes'

 

just write it in notepad save it as .sql and execute it in your database

Guest
This topic is now closed to further replies.
×
×
  • Create New...