View Single Post
  #21  
Old 08-29-2008, 03:11 AM
TheStan TheStan is offline
Stan?
Join Date: May 2008
Location: U.S.
Posts: 100
TheStan is on a distinguished road
Send a message via AIM to TheStan Send a message via MSN to TheStan
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.
Reply With Quote