23.06.2011, 15:08
pawn Код:
if(mysql_num_rows() >= 1) {
while(mysql_retrieve_row())
{
new result[256], string[256];
mysql_fetch_field_row(result,"playerBanReason");
mysql_get_field("playerBanReason",result);
format(string,sizeof(string),"%s.",result);
SendClientMessage(extraid,COLOR_LIGHTRED,string);
Kick(extraid);
}
}
I just want to say the reason for ban . What's wrong with it?