DEsMOn Posted April 20, 2022 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 cook1e Posted April 20, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 172 Reputation: 68 Joined: 10/25/20 Last Seen: Yesterday at 05:42 AM Share Posted April 20, 2022 Can you provide your mvpladder sql? 1 Quote Link to comment Share on other sites More sharing options...
0 DEsMOn Posted April 22, 2022 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 Author Share Posted April 22, 2022 On 4/20/2022 at 1:29 PM, cook1e said: Can you provide your mvpladder sql? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 22, 2022 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: 22 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 DEsMOn Posted April 22, 2022 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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)
Link to comment
Share on other sites
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.