View Single Post
  #12  
Old 03-08-2007, 09:09 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Angel_Light View Post
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.

Last edited by Chandler; 03-08-2007 at 10:07 AM..
Reply With Quote