View Single Post
  #3  
Old 07-27-2010, 04:58 AM
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
If you're using an array, you don't need to tokenize it by a comma.

PHP Code:
temp.array = clientr.equip_weapons
In addition, tokenscount is GS1. The proper GS2 is:
PHP Code:
temp.tokens str.tokenize(delim);
temp.size tokens.size(); 
__________________
Reply With Quote