Mysql Help r39-3
#1

My Code
PHP код:
case THREAD_LOAD_PLAYERKILLS: {
            
mysql_store_result(g_mysql);
            
             new
                
iSlot 0;
            while(
mysql_retrieve_row()) {
                
iSlot++;
                switch(
iSlot) {
                    case 
0mysql_fetch_field_row(PlayerInfo[extraid][pKillLog0], "killText"g_mysql);
                    case 
1mysql_fetch_field_row(PlayerInfo[extraid][pKillLog1], "killText"g_mysql);
                    case 
2mysql_fetch_field_row(PlayerInfo[extraid][pKillLog2], "killText"g_mysql);
                    case 
3mysql_fetch_field_row(PlayerInfo[extraid][pKillLog3], "killText"g_mysql);
                    case 
4mysql_fetch_field_row(PlayerInfo[extraid][pKillLog4], "killText"g_mysql);
                    case 
5mysql_fetch_field_row(PlayerInfo[extraid][pKillLog5], "killText"g_mysql);
                    case 
6mysql_fetch_field_row(PlayerInfo[extraid][pKillLog6], "killText"g_mysql);
                    case 
7mysql_fetch_field_row(PlayerInfo[extraid][pKillLog7], "killText"g_mysql);
                    case 
8mysql_fetch_field_row(PlayerInfo[extraid][pKillLog8], "killText"g_mysql);
                    case 
9mysql_fetch_field_row(PlayerInfo[extraid][pKillLog9], "killText"g_mysql);
                }
            }
            
mysql_free_result(MySQLCon);
        } 
My Question:
how to change this code into mysql r39-3 from mysql r7 format?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)