12.07.2017, 22:15
Quote:
tquery is added to a queue which gets executed in a thread separated from the SAMP server, while pquery is sent immediately. pquery can be frantically dangerous for use if you depend on results from a previous query. (e.g race collision). You should only use pquery for insert or update queries, which have no callbacks attached.
|