View Single Post
  #1  
Old 06-30-2008, 06:40 AM
TheStan TheStan is offline
Stan?
Join Date: May 2008
Location: U.S.
Posts: 100
TheStan is on a distinguished road
Send a message via AIM to TheStan Send a message via MSN to TheStan
Order of Value in Clientr. Vars

Well, this is imposing an extreme irritation on me. Very recently, I've been coding an inventory for a small server project.

Most of the item data is help in vars something like:

clientr.mud.item<id>=information


The problem here is that if the ids get over 9 for example and go to maybe 10 and 11, the list will go as so...

clientr.mud.item1=foo
clientr.mud.item10=bar
clientr.mud.item11=baz
clientr.mud.item2=foobar

This needs to be addressed as it's something quite silly.
Reply With Quote