01.04.2012, 20:31
I got same Errors
and code
Hope someone can help me with this error ^^
pawn Code:
(210) : error 010: invalid function or declaration
(214) : error 010: invalid function or declaration
(235) : error 010: invalid function or declaration
(239) : error 010: invalid function or declaration
(403) : warning 203: symbol is never used: "ban"
(403) : warning 203: symbol is never used: "kick"
pawn Code:
format(str, sizeof(str), "'%s' has been kicked by administrator '%s'. Reason: %s ", Playername, Adminname, reason);
SendClientMessageToAll(COLOUR_RED, str);
Kick(PID);
}
else //rove 209
{
SendClientMessage(playerid, COLOR_GREY, "You have to be level 3 to use that command!");
}
return 1;//rove 213
}
////////////////////////////////////////////////////////////////////////////////////
Ban(PID);
}
else //rove 233
{
SendClientMessage(playerid, COLOR_GREY, "You have to be level 5 to use that command!");
}
return 1;//rove 237
}