Hier hab mal ein Problem mit dem M_Bot und verstehe nicht warum:
M_Bot:
C:\Users\Vladi\Desktop\LOSANG~1\pawno\include\M_Bot.inc(494) : error 027: invalid character constant
C:\Users\Vladi\Desktop\LOSANG~1\pawno\include\M_Bot.inc(494) : warning 215: expression has no effect
C:\Users\Vladi\Desktop\LOSANG~1\pawno\include\M_Bot.inc(494) : error 001: expected token: ";", but found ")"
C:\Users\Vladi\Desktop\LOSANG~1\pawno\include\M_Bot.inc(494) : error 029: invalid expression, assumed zero
C:\Users\Vladi\Desktop\LOSANG~1\pawno\include\M_Bot.inc(494) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
///////////Ausschnitt////////////
new File:BLACKLISTFILE = fopen("/M_Bot/M_Black.cfg", io_read); //Zeile 485
if(BLACKLISTFILE)
{
while(fread(BLACKLISTFILE,read))
{
for(new x=0; x<strlen(read); x++)
{
if(read[x] == 'n')
{
read[x] = ' //Zeile 949