Thread
:
GUI Qmenu
View Single Post
#
2
04-24-2006, 03:54 PM
Yen
Banned
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
The 'weapons' array holds each weapon the player has.
weapons[index].image
weapons[index].name
PHP Code:
for (
w
:
weapons
) {
image
=
w
.
image
;
text
=
w
.
name
;
}
Yen
View Public Profile
View GraalOnline Profile
Find all posts by Yen