Help With IsNumeric
#1

pawn Код:
new nPlayer;
    if(!sscanf(params,"u",nPlayer))
pawn Код:
if(isNumeric(params)) format(string, sizeof(string), "%d Is Not A Valid ID.", nPlayer);
                if(!isNumeric(params)) format(string,sizeof(string),"%s Is Not An Valid Name.",nPlayer);
if we type any name and that player is offline it will say an symbol "y" is not an valid name so is there any other way to do it
Reply


Messages In This Thread
Help With IsNumeric - by AroseKhanNiazi - 21.05.2014, 08:30
Re: Help With IsNumeric - by BroZeus - 21.05.2014, 08:34
Re: Help With IsNumeric - by AroseKhanNiazi - 21.05.2014, 08:41
Re: Help With IsNumeric - by AndySedeyn - 21.05.2014, 08:48

Forum Jump:


Users browsing this thread: 2 Guest(s)