27.04.2013, 16:13
Heey all,
I am using mysql for saving stats and i am using much stats so i need to know how i can put 3 strings into one with strcat.
My code:
Will this work?
Admigo
I am using mysql for saving stats and i am using much stats so i need to know how i can put 3 strings into one with strcat.
My code:
pawn Код:
strcat(query,query2);
strcat(query,query3);
mysql_query(query, _THREAD_SAVE_PLAYER, 0, gSQL);//query
Admigo