View Single Post
  #3  
Old 06-16-2006, 06:54 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
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.
Reply With Quote