20.04.2013, 09:28
I use proxdetector but now in the red line
I get this error
Код:
stock strreplace(string[], find, replace) { for(new i=0; i < sizeof(string[i]); i++) { if(string[i] == find) { string[i] = replace; } } }
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. |