View Single Post
  #12  
Old 11-10-2006, 08:50 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
function onCreated()
  {
  
clearList"client" );
  }

function 
clearListstrName )
  {
  for ( 
temp.dmakevarstrName ).getvarnames() )
    
clearListstrName @"."temp.);

  
makevarstrName ) = "";
  } 
Reply With Quote