Hey Community,
ich hab mal wieder "4" Errors!
pawno\include\M_Bot.inc(172) : error 012: invalid function call, not a valid address
pawno\include\M_Bot.inc(172) : warning 215: expression has no effect
pawno\include\M_Bot.inc(172) : error 001: expected token: ";", but found ")"
pawno\include\M_Bot.inc(172) : error 029: invalid expression, assumed zero
pawno\include\M_Bot.inc(172) : 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.
M_Bot.inc Zeile:
stock SendClientMessageToAdmins(color,message[])
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
if(IsPlayerConnected(i) && IsAnAdmin(i)) //<-- Zeile 172
{
SendClientMessage(i,color,message);
}
}
}