Thread: Math Help
View Single Post
  #7  
Old 01-29-2007, 01:27 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
I forgot that function existed, lol thanks. Now that thats done I realized another problem z.z.

Well im using a custom ItemLib with item IDs. {1-10 for currency, 200's guns, etc..}

PHP Code:
for (this.igetstringkeys("clientr.item_")){ 
Is what I am using, the problem is that. The script puts the item by the id number. For example I have "Dollar" as item_1. The script puts that in the first slot, I have no item_2 but I have item_3 as "Cent", so the script skips the next slot and puts it in the third one. I cant even see my gun which has an id of 240. Is it the way I'm using for();?
Reply With Quote