Local chat
#5

I use proxdetector but now in the red line
Код:
stock strreplace(string[], find, replace)
{
    for(new i=0; i < sizeof(string[i]); i++)
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
}
I get this error
Quote:

C:\Users\x3990.003\Desktop\samp server\gamemodes\PZ.pwn(51) : error 080: unknown symbol, or not a constant symbol (symbol "i")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply


Messages In This Thread
Local chat - by NicholasA - 20.04.2013, 09:12
Re: Local chat - by MattyG - 20.04.2013, 09:18
Re: Local chat - by Narushi - 20.04.2013, 09:21
Re: Local chat - by Ciandlah - 20.04.2013, 09:27
Re: Local chat - by NicholasA - 20.04.2013, 09:28
Re: Local chat - by Ciandlah - 20.04.2013, 09:35

Forum Jump:


Users browsing this thread: 2 Guest(s)