Quote:
Originally Posted by Bugsy
Yes, you would use nvault utility to read all data from the vault and write to the database tables
|
How about the queries if there are many entries? Like thousands?
If you loop through all of the nvault data and execute a query on every loop I'm pretty sure the server will crash.
I'm not aware of any mass query transaction func in amxx, sourcemod has it.
You could try stacked queries but idk if amxx can handle it.
However before any sweaty searching I could help you doing something like saving all the data in a .txt file and use Python to query them into the database.
__________________