Elysium Posted April 16, 2016 Posted April 16, 2016 I was trying to apply this script but suddenly there was error in my map console. http://pastebin.com/806jWvKS Line: 11 Quote
0 PandaLovesHamster Posted April 17, 2016 Posted April 17, 2016 (edited) set @nmp, query_sql "SELECT * FROM `no_multi_map` WHERE `u_id` = "+ @lud +" AND `hasClient` = 1 AND `mapname` = "+ @map$+""; Try Edited April 17, 2016 by PandaLovesHamster Quote
0 Emistry Posted April 17, 2016 Posted April 17, 2016 when you try to execute a SELECT statement using the [query_sql], you're required to provide extra array variables to store every column that you selected from the SQL table. query_sql( "SELECT `column1`,`column2` FROM `table` ",.@column1,.@column2 ); Quote
Question
Elysium
I was trying to apply this script but suddenly there was error in my map console.
http://pastebin.com/806jWvKS
Line: 11
2 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.