05.10.2009, 10:43
It means you have too many parameters on a function.
Example:
should be
If you are using a streamer you should check if everything is correct.
Example:
pawn Код:
xxxxxx(x, x, x, x, x, x);
pawn Код:
xxxxxx(x, x, x, x, x);