server problems
#2

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


Messages In This Thread
server problems - by Tutrix - 05.10.2009, 07:20
Re: server problems - by Gappy - 05.10.2009, 10:43
Re: server problems - by Tutrix - 05.10.2009, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)