View Single Post
  #1  
Old 05-30-2006, 04:48 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
Problems Detecting Number String?

I've tried this.

NPC Code:
if (client.cxammo > 0) { }



and

NPC Code:
if (client.cxammo > "0") { }



but neither work. How do I get it so it'll read it as a number? Since like that it doesn't seem to be doing it.
__________________



Reply With Quote