
11-22-2009, 02:35 AM
|
|
Cyril Rain
|
 |
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
|
|
|
I have it when a guild registers, it sets up a ton of things like
this.guilds.GUILDNAME=members with access
this.guilds.GUILDNAME.kills
this.guilds.GUILDNAME.levels
this.guilds.GUILDNAME.deaths
this.guilds.GUILDNAME.rupees
this.guilds.GUILDNAME.ec
theres more too, just trying to pull the guilds with top 5 kills and post them in a gui with the code I posted a few before this.
so if SDE registered, it'd set up vars, like so:
this.guilds.SDE
this.guilds.SDE.kills
this.guilds.SDE.deaths
this.guilds.SDE.rupees
and say SNC
this.guilds.SNC
u get the picture. So Im trying to pull all the this.guilds.GUILDNAME.kills for each guild registered, sort it, get the top 5 kills, then say like "Guildname: Kills" line by line a gui. |
|
|
|