Thread
:
for (temp.pl : players)
View Single Post
#
7
12-14-2008, 02:26 PM
Chompy
¯\(º_o)/¯
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Just do a check so if their level is NULL just jump over them..
PHP Code:
for(
temp
.
pl
:
allplayers
) {
if (
pl
.
isexternal
||
pl
.
level
.
name
==
""
) continue;
// script here
__________________
Chompy
View Public Profile
View GraalOnline Profile
Find all posts by Chompy