Quote:
|
Originally Posted by Omini
I'm trying to make a Q Menu, but when I categorize the weapons then try displaying them, I always get shown these (in this order)
Then my weapons start getting listed. Is there any way to avoid this?
|
Not sure if youve tried it but just dont display any weapons with a - in the front.
PHP Code:
if (obj.substring(0,1) != "-") {
}
Not sure of any of your code or what you have or havent tried, when you are looking at the weapon-name just make sure the first mark isnt a dash, if it is, just skip over it.