20.05.2016, 07:36
listen, i am getting these errors:-
and these are the lines of error:-
kindly, tell me how to fix it?
PHP код:
D:\michael\filterscripts\Toll.pwn(614) : error 021: symbol already defined: "L_sz_Input"
D:\michael\filterscripts\Toll.pwn(614) : error 033: array must be indexed (variable "-unknown-")
D:\michael\filterscripts\Toll.pwn(616) : error 028: invalid subscript (not an array or too many subscripts): "L_sz_Input"
D:\michael\filterscripts\Toll.pwn(616) : error 029: invalid expression, assumed zero
D:\michael\filterscripts\Toll.pwn(616) : error 028: invalid subscript (not an array or too many subscripts): "L_sz_Input"
D:\michael\filterscripts\Toll.pwn(616) : fatal error 107: too many error messages on one line
PHP код:
Line 614:- L_sz_Input = strtok(cmdtext, idx);
Line 616:- if(IsNull(L_sz_Input))