Thread
:
Removing Multiple Weapons
View Single Post
#
2
07-21-2013, 09:02 PM
callimuc
ジ
Join Date: Nov 2010
Location: Germany
Posts: 1,015
PHP Code:
for (
temp
.
w
:
player
.
weapons
) {
if (
temp
.
w
.
starts
(
"Test/"
))
player
.
removeWeapon
(
temp
.
w
);
}
__________________
MEEP!
callimuc
View Public Profile
View GraalOnline Profile
Find all posts by callimuc