12.04.2009, 14:56 
	
	
	
		Yeah, as the title says. Cause the link on Wiki leads to a empty Pastebin.i've searched for it, and i can't find it. So if you could show the code, i would be happy  
	
	
	
	
 
	 
	IsNumeric(const string[])
{
for (new i = 0, j = strlen(string); i < j; i++)
{
if (string[i] > '9' || string[i] < '0')
return 0;
}
return 1;
}
 
	 But now i got another problem, I've made this Adminstration Script (Wiki tutorial)
 But now i got another problem, I've made this Adminstration Script (Wiki tutorial)| 
					Originally Posted by MoroJr™  enum info } Adminlevel } |