Where to get IsNumeric?
#1

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
Reply
#2

pawn Код:
IsNumeric(const string[])
{
   for (new i = 0, j = strlen(string); i < j; i++)
   {
      if (string[i] > '9' || string[i] < '0')
         return 0;
   }
   return 1;
}
Reply
#3

Or get utils include.
Reply
#4

Well many thanks for that But now i got another problem, I've made this Adminstration Script (Wiki tutorial)
and when i compile it, it show nothing and crashes. Heres the code:


http://pastebin.com/f2917a3ae


Reply
#5

enum info
}
Adminlevel
}
Reply
#6

Quote:
Originally Posted by MoroJr™
enum info
}
Adminlevel
}
And what about that? It is there?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)