strmid | Server shut down
#1

strmid(string,inputtext,0,128,12;

If inputtext is %s,%d,%i... server shut down. How do this symbol % change to # with strfind fuction
Reply
#2

pawn Код:
for(new i = strlen(inputtext); i > 0; i--)
{
    if(inputtext[i] == '%') inputtext[i] = '#';
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)