Thread: Player Levels
View Single Post
  #11  
Old 10-14-2007, 09:10 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
if (toks[0] == ":test")
  {
//      if (player.account in this.allowedFull) { 
        
for (plallplayers) { 
          if (
pl.level.name != player.level.name )
            continue;

          
pl.chat pl.account
        } 
//      } 
    

This is what I'd use for testing.
Reply With Quote