-
Activity
-
27
-
885
-
27
Fix Target Info System
Where i can find the system target info complete? this is just a fix.. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
You probably downloaded already compiled sources. That's why you can't find it. I'm pretty new in this as well so my apologize if am not right- 1
-
-
-
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
I try to add a mob target info system on it, but i can't find some files as: service.h, char.cpp,char.h, input_manager.cpp, item_manager, packet_info.cpp i should create new ones or the values are saved in another files? if so explain me please where i can find it. -
885
[40250] Reference Serverfile + Client + Src [15 Available Languages]
Thanks man for sharing this -
9
-
19
Compare Item ToolTIP System
I can take a look at may 2023 little patience...- 2
-
-
-
-
Recently Browsing
- No registered users viewing this page.
Question
ekoo 8
Hi everybody,
I want do function in game source ( mysql query select )
my function
error
Link to comment
Share on other sites
Top Posters For This Question
1
1
2
Popular Days
Sep 12
4
Top Posters For This Question
ekoo 1 post
Thorer 1 post
martysama0134 2 posts
Popular Days
Sep 12 2014
4 posts
Popular Posts
martysama0134
Try mine: http://www.elitepvpers.com/forum/metin2-pserver-guides-strategies/3327940-release-mysql_direct_query-get_table_postfix-mysql_escape_string-written-c-lua.html
ekoo
Hi everybody, I want do function in game source ( mysql query select ) my function int _mysql_query_select( lua_State* L ){ SQLMsg *msg = DBManager::instance().DirectQuery(lua_tostring(L, 1)); if (msg->uiSQLErrno != 0) return 0; MYSQL_RES *res = msg->Get()->pSQLResult; MYSQL_ROW row = mysql_fetch_row(res); if (!row) return 0; lua_pushstring(L, row); return 1; } err
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now