.@result = query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 AND `account_id` NOT IN ( SELECT `account_id` FROM `login` WHERE `group_id` > 0 ) ORDER BY RAND() LIMIT 1",.@aid,.@name$ );
thank you
.@result = query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 AND `account_id` NOT IN ( SELECT `account_id` FROM `login` WHERE `group_id` > 0 ) ORDER BY RAND() LIMIT 1",.@aid,.@name$ );
i know i'm asking a lot but, there is
if (#language == 1) {
English text
} else {
text
}
i want the text to appear on the player language not my language.
it always will do the announce on my language not the player selected one.
Question
AsuraBro
thank you
i know i'm asking a lot but, there is
i want the text to appear on the player language not my language.
it always will do the announce on my language not the player selected one.
ref to https://rathena.org/board/topic/93969-language-system/?p=251072
Edited by AsuraBroLink 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.