30.07.2013, 17:41 
	
	
	Quote:
| Any documentation on this plugin? And another question (I asked before, but seems like it was ignored). What does sql_wait do? (I know it waits for sql activity to finish, but what does it do to the server?) | 
If you are too lazy, skip at the end. There are some useful links, including an example.
sql_wait makes the server sleep until all scheduled queries (of a connection) were executed. It comes in handy in OnGameModeExit when you try to save your information and you must wait for them to finish before the server quits.



