cnhange this....
#3

pawn Код:
stock func(const pName[]){
  new
    start = strfind(pName,"[");
    end = strfind(pName,"]");
  if(start != -1 && end != -1 && start < end){
    while(start < end){
      if(pName[start] < '0' && pName[start] > '9') return false;
      start++;
    }
  }else return false;
  return true;
}
Reply


Messages In This Thread
cnhange this.... - by Mowgli - 20.06.2009, 14:09
Re: cnhange this.... - by Correlli - 20.06.2009, 14:49
Re: cnhange this.... - by yezizhu - 20.06.2009, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)