View Single Post
Brokolakis
New Member
Join Date: Aug 2016
Old 08-10-2016 , 08:51   Re: Simple Chat Processor (Redux)
Reply With Quote #330

Quote:
Originally Posted by Kasea View Post
To fix this open up the source and change
Code:
PbReadString(bf, "params", cpMessage, sizeof(cpMessage));
to
Code:
PbReadString(bf, "params", cpMessage, sizeof(cpMessage), 1);
and then recompile
Code:
groups/sourcemod/upload_tmp/textbzGvNJ.sp(39) : fatal error 182: cannot read from file: "updater"  Compilation aborted. 1 Error.
What I have to do?
Brokolakis is offline