28.08.2010, 06:53
error 079:
The function returns both values and arrays, which is not allowed.
If a function returns an array, all return statements must specify
an array (of the same size and dimensions).
error 017:
The symbol (variable, constant or function) is not declared.
Taken from Pawn_Language_Guide.pdf.
The function returns both values and arrays, which is not allowed.
If a function returns an array, all return statements must specify
an array (of the same size and dimensions).
error 017:
The symbol (variable, constant or function) is not declared.
Taken from Pawn_Language_Guide.pdf.