View Single Post
  #12  
Old 08-28-2008, 09:28 PM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
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 (
this.("rights-" temp.i)[7] == 1)
      {
        echo(
temp.i);
      }
    }
  }

basically I was trying to cycle through all the accounts and their rights and find out if they had a specific right (leader right)

thanks
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote