*Removed
Posted: Sat Dec 31, 2011 4:06 pm
*Removed
Code: Select all
if ($goldsent <= "0")
Code: Select all
if ($goldsent <= 0)
Thanks. I'll fix those, but I know thats not the problem.Chris wrote:Well to start this definitely wouldn't be how I would go about writing a script like this, and I don't really understand the point behind the function you made, it's not really reusable. Here's most likely where the problems are occurring.should beCode: Select all
if ($goldsent <= "0")Code: Select all
if ($goldsent <= 0)
Thanks I will check on that.hallsofvallhalla wrote:it could also be the limit, like if you limit the number to 4 int then a person puts in 999999999999. Chris showed me that one![]()
You need to limit the max and minimum.