14.03.2012, 15:30
Hey SAMP.
I just have on question, What da h*** is threaded scripts?
I've never heard about it before ...
I just have on question, What da h*** is threaded scripts?
I've never heard about it before ...
Threading is a common technique used in the MySQL plugin(s). Basically, you have a query and as soon as your query is executed, the plugin calls back to the script and you can put your code in threads, so the code is only executed in the thread, when the query executes properly.
|