Problem with a stock
#2

Do you already have this Stock in your script...
pawn Код:
stock strreplaceEX(string[], find, replace)
{
    for(new i=0; strlen(string); i++)
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
    return 1;
}
Reply


Messages In This Thread
Problem with a stock - by Strech - 29.07.2012, 13:34
Re: Problem with a stock - by Dolby - 29.07.2012, 13:39
Re: Problem with a stock - by Misiur - 29.07.2012, 13:40
Re: Problem with a stock - by Strech - 29.07.2012, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)