22.04.2015, 21:46
well i wanna use mysql_query and store result after it and detect if it is 1 or 0,how can i do it i tried mysql_store_result it says undefined symbol
You can't store result in R39. You need to specify a callback to handle the result. Check the documentation for R39 or search for a tutorial.
|
This native sends a non-threaded query to the MySQL server. The SA:MP server (the main PAWN thread) waits until the query has been executed and then returns the cache handle. |