View Single Post
  #22  
Old 08-29-2008, 03:30 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by TheStan View Post
BOOYAH!

PHP Code:
function onCreated() {
  
this.test();
}
public function 
test() {
  
temp.file = new TStaticVar();
  
temp.file.loadvars("gangs/Los Carteles.txt");
  
  
with (temp.file) {
    
temp.keys getstringkeys("this.rights-");
  } 
  for (
temp.itemp.keys)
  {
    if (
temp.file.("rights-" temp.i)[7] == 1)
    {
      echo(
temp.i);
    }
  }

Should work rougly.
If that was C++ you'd have a memory leak. And you forgot the @ before "rights-" in the loop.
__________________
Reply With Quote