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.i: getstringkeys("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();?