03.04.2014, 10:18
(
Последний раз редактировалось maddinat0r; 03.04.2014 в 20:54.
Причина: informations -> information, thank you Mellnik :P
)
Quote:
Hi, can I use mysql_query and mysql_function_query at one script? I have some code what need to be done with mysql_query to dont mess, but 95% of gamemode I converted to threaded mysql_function_query. Is it gonna work? I remember when I use on R6 threaded+non-threaded in script on one time it crashed gamemode, is it fixed?
|
There is (technically) no mysql_function_query anymore, the equivalent is "mysql_tquery". You can also use unthreaded queries with "mysql_query". Take a look at the wiki for more information.