Hello!
I get a warning when i compile, it reads as follows:
Code:
warning 224: indeterminate array size in "sizeof" expression (symbol "")
PHP Code:
static szNum[11]
for( new iItem = 0; iItem < Items; iItem++ )
{
strbreak(iData, szNum, charsmax(szNum), iData, charsmax(iData)) // This Line
iItemLevel[iPlayer][iItem][CS_TEAM_T] = str_to_num(szNum)
}
I would be grateful for help.
Regards zeLentN