Quote:
Originally Posted by Angel_Light
Mainly how to display the players weapon in a custom inventory, using gui tabs and bitmap and so forth, Hikaru and I are making some progress
|
Okay, well first load all of the data. I take it that you're using strings as items? use the
PHP Code:
getstringkeys("clientr.item");?
Load the data as that, then use a loop to display each image. If you don't understand this, I'll do a basic inventory for Terestria and show you.
