Jump to content
MakeWebGames

Recommended Posts

Posted

Hey,

The reason an item would show up blank in your inventory is because the item does not exist in the database.

Do you have like downtown search or something similar where players can find items ?...

check those scripts to make sure the non-existent item is not listed in there.

also you can check the inventory table in your database to find out the ID of the blank item which might help you solve the issue.

Good luck with your problem :)

Posted

You must have a script that was made using items id's in which you forgot to change to your own.

Thus is why you may be seeing items in your inventory that is blank as for bug in the staff inventory page, i couldnt tell you what your problem is unless the coding is present but more likely you can delete it by the code dj has posted.

in the staff_users.php remove the inv_delete function and replace it with...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Should work.

Posted

Write a script to cross reference a users inventory with the items database? If the inventory item id doesn't exist within the item table just delete the inventory post.. and all others.

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.

×
×
  • Create New...