View Single Post
  #7  
Old 12-14-2008, 02:26 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
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 
__________________
Reply With Quote