25.08.2011, 02:12
to me , give me this waring..
whait?
line:
pawn Code:
C:\Users\Franco\Desktop\samp03csvr_R2-2_win32\gamemodes\Bk.pwn(9065) : warning 224: indeterminate array size in "sizeof" expression (symbol "maxlength")
line:
pawn Code:
stock str_replace(currentstr[], replacestr[], findstr[])
{
while(strfind(currentstr, findstr) != -1)
{
new pos = strfind(currentstr, findstr), len = strlen(replacestr);
strdel(currentstr, pos, pos+len);
strins(currentstr, replacestr, pos);
}
return 1;
}