Thread: GUI Qmenu
View Single Post
  #2  
Old 04-24-2006, 03:54 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
The 'weapons' array holds each weapon the player has.
weapons[index].image
weapons[index].name

PHP Code:
for (wweapons) {
  
image w.image;
  
text w.name;

Reply With Quote