View Single Post
  #4  
Old 04-21-2007, 04:00 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by Dionysus View Post
how? (in gs2 xD)
PHP Code:
function getPlayerCount()
  {
  
temp.count 0;
  for ( 
plallplayers )
    
temp.count += (! pl.isExternal );

  return 
temp.count;
  } 
Reply With Quote