No, it does not.
Try kicking a player over 9, it will crash on the isint() part.
Use this instead:
However this will fail to recognize -0 as a number, but that shouldnt be too big of a deal right?PHP Code:isint(string)
{
return ((int(string) + "") == string + "");
}
}



Reply With Quote