![]() |
Problem when drawing inventory with -IRC
In the QMenu I was working on I cant seem to find a way around this problem.
Here are the strings: NPC Code: Then when I go to draw the values that are in say this.weapons it will show the correct value if I have it echo clientside, but still draws -IRC NPC Code: Am I doing something horribly wrong? Someone else said that they were having the same problem. Thanks |
hmm, You could of putted the code in PHP tags, and I don't think you should use addstring(), but obj.add().
you're making the this.weapons variables strings, so obj.size() won't work on them, since obj.size() counts the size of an array and try this: PHP Code:
and use the method you were going to use, just replace player.weapons[temp.i].name inside the obj.add()'s into temp.i PHP Code:
PHP Code:
PHP Code:
|
| All times are GMT +2. The time now is 09:16 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.