MYSQL
#1

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?
Reply


Messages In This Thread
MYSQL - by SILENT! - 23.06.2011, 15:08
Re: MYSQL - by WackoX - 23.06.2011, 15:23
Re: MYSQL - by SILENT! - 23.06.2011, 15:23
Re: MYSQL - by SILENT! - 23.06.2011, 15:41
Re: MYSQL - by xxmitsu - 23.06.2011, 16:06
Re: MYSQL - by SILENT! - 23.06.2011, 16:30
Re: MYSQL - by SILENT! - 23.06.2011, 16:44

Forum Jump:


Users browsing this thread: 2 Guest(s)