Help: I tried to remove "_" from name. but all chat has been removed.
#5

Quote:
Originally Posted by tyler12
Посмотреть сообщение
Correct.

pawn Код:
stock strreplace(string[], find, replace)
{
    for(new i=0; string[i]; i++)
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
    return string;
}
Tnx but not helped,
still i can't see what type... :S
any idea? help?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)