Max 8 numbers in one chat.
#2

Find a way to use this :
pawn Код:
for( new i = 0; i < len; i++)
{
          if(str[i] == '0' || str[i] == '1' || str[i] == '2' || str[i] == '3' ... to 9 )
          {
              if( count >= 7 )
              {
                   strdel(str, i,i);
                   strins(str, "x", i);
              }
              count++;
          }
}
I think this may work, I hope it works, good luck
Reply


Messages In This Thread
Max 8 numbers in one chat. - by Necip - 14.03.2014, 13:31
Re : Max 8 numbers in one chat. - by Golimad - 14.03.2014, 13:57
Re: Max 8 numbers in one chat. - by Necip - 14.03.2014, 14:12
Re : Max 8 numbers in one chat. - by Golimad - 14.03.2014, 14:18
Re: Max 8 numbers in one chat. - by Necip - 15.03.2014, 13:10
Re : Max 8 numbers in one chat. - by Golimad - 15.03.2014, 13:13
AW: Max 8 numbers in one chat. - by CutX - 15.03.2014, 13:17
Re: Max 8 numbers in one chat. - by Emmet_ - 15.03.2014, 13:20
Re: Max 8 numbers in one chat. - by Djole1337 - 15.03.2014, 13:20
Re: Max 8 numbers in one chat. - by RajatPawar - 15.03.2014, 13:27

Forum Jump:


Users browsing this thread: 1 Guest(s)