Quote:
Originally Posted by eric0279
Line 52 is uncommented... :
|
Can you download the source code of Simple Chat Processor, open it and change line 235 from:
PHP Code:
new Handle:cpRecipients = CreateArray(1, 1);
to:
PHP Code:
new Handle:cpRecipients = CreateArray();
then compile locally and report back?
__________________