DEsMOn Posted April 20, 2022 Posted April 20, 2022 (edited) Hello Guys, I'm Getting this in my CMD how to solve this? [Warning]: script:query_sql: Too many columns, discarding last 3 columns. [Debug]: Source (NPC): MVPLadder (invisible/not on a map) Edited May 27, 2022 by DEsMOn Quote
0 Emistry Posted April 22, 2022 Posted April 22, 2022 if (query_sql(.@selectIfKillExistQuery$) > 0) { // Exist a kill of that MVP so +1 to kill count change to if (query_sql(.@selectIfKillExistQuery$, .@charid, .@kills, .@name$) > 0) { // Exist a kill of that MVP so +1 to kill count 1 1 Quote
0 DEsMOn Posted April 22, 2022 Author Posted April 22, 2022 On 4/20/2022 at 1:29 PM, cook1e said: Can you provide your mvpladder sql? Quote
0 DEsMOn Posted April 22, 2022 Author Posted April 22, 2022 2 hours ago, Emistry said: if (query_sql(.@selectIfKillExistQuery$) > 0) { // Exist a kill of that MVP so +1 to kill count change to if (query_sql(.@selectIfKillExistQuery$, .@charid, .@kills, .@name$) > 0) { // Exist a kill of that MVP so +1 to kill count Thank you sir Emistry SIR...its fixed now....!! Quote
Question
DEsMOn
Hello Guys,
I'm Getting this in my CMD how to solve this?
[Warning]: script:query_sql: Too many columns, discarding last 3 columns.
[Debug]: Source (NPC): MVPLadder (invisible/not on a map)
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.