View Single Post
  #4  
Old 07-13-2010, 04:16 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Switch View Post
PHP Code:
weps.tokenize("/"); 
Will tokenize everything between /'s.
No, no, no!

'weps' in the weapon object, not the name of the weapon.

If you want the last part:
PHP Code:
for (temp.weps player.weapons) {
  
temp.tokens weps.name.tokenize("/");
  
temp.realName tokens[tokens.size() - 1];

You also might want to name the temporary weapon object 'wep' instead of 'weps' as the latter indicates that it is a list of weapons rather than a single weapon.
__________________
Reply With Quote