Thread
:
Weapon Scrolling
View Single Post
#
2
11-21-2012, 10:28 PM
BlueMelon
asdfg
Join Date: Sep 2008
Posts: 1,481
Not sure how your item system looks, but by the looks of it:
PHP Code:
for (
temp
.
i
=
0
;
i
<=
6
;
i
++) {
if (
player
.
clientr
.(@
"weapon"
@
temp
.
i
) ) {
// Has weapon
}
}
__________________
http://i.imgur.com/OOJbW.jpg
BlueMelon
View Public Profile
View GraalOnline Profile
Find all posts by BlueMelon