View Single Post
  #2  
Old 02-03-2009, 08:10 PM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
You can't read another players client. flags from the clientside.
PHP Code:
for (temp.pallplayers) {
  if (
p.isexternal) continue;
  
//Make another check for the string
  
temp.count++;
  
addRow(countp.account ":" p.nick);

Reply With Quote