Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Using map tool to check player inventories


Christian

Recommended Posts

Well guys, one of the easiest ways for me to spot hackers previously was using the map tool. I could check positions and inventories with ease. Mine doesn't seem to be working atm. When I go under entities it says Alive player 0 and the same for vehicles. This is really a pain. Anyone else getting this? Or is it just me. Thanks. I'm trying to be as patient as I can with SS, but it really is becoming one thing after another...

Share this post


Link to post
Share on other sites

Just to help you out, the Query to find every player with "ItemBandage" or otherwise in their inventory is:

 

SELECT name FROM `survivor`, `profile`
WHERE `inventory` LIKE "%\"ItemBandage\"%" OR `backpack` LIKE "%\"ItemBandage\"%"

 

Just replace "ItemBandage" with whatever you want (keep the quotes).

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...