i want to gm search on global_reg_value . the variable is #2ndpas$
how can i do this. that search the #2ndpas$ variable ??
then the #2ndpas$ variable that the player set it will shown. how can i do this?
header ,{
mes "[ Forgot ]";
mes "Hi GM!";
mes "forgot a Player 2nd password?";
next;
switch(select("Yes:NO")){
case 1:
mes "[ Forgot ]";
mes "Please Input Account ID";
next;
input .@input$;
query_sql("SELECT `str` FROM `global_reg_value` WHERE `account_id` = '"+escape_sql(.@input$)+"' LIMIT 1", .@account_id);
Question
PewN
i want to gm search on global_reg_value . the variable is #2ndpas$
how can i do this. that search the #2ndpas$ variable ??
then the #2ndpas$ variable that the player set it will shown. how can i do this?
13 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.