View Single Post
  #2  
Old 12-07-2008, 10:03 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Ronnie View Post
Okay, so I have a function , "getplayers", and in this function I have it remove all the *'s from there nick, But my problem is how would I remove the guilds in there nicks in the list without removing it from there player? and i'm not sure if I can even use substrings on this since I don't know how long the guilds are for each person.
PHP Code:
temp.string player.nick.substring(0player.nick.pos("(")); 
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote