10.08.2011, 02:07
You have to format a string then send it to the players.
pawn Код:
new string[128];
GetPlayerName(i, nameh, sizeof(nameh));
format(string,128,">> %s(%d) has been banned for failing to Login onto RCON!",nameh,i);
SendClientMessageToAll(0xFFFFFFFF, string);
BanEx(i, "Wrong RCON Password" );