View Single Post
  #2  
Old 05-21-2009, 10:10 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well first off put your script in PHP tags for the sake of readability.

Instead of using addstring you can just do the following:

pl.clientr.clan.add(this.clan);

There's also (Using your example variables):

pl.clientr.clan.delete(index);
pl.clientr.clan.remove("string");
pl.clientr.clan.insert(index, "string");
__________________
Quote:
Reply With Quote