[MySql] what to do
what to do when the player enters before the bank establishes connection?
I have a ban system and I have a query right in 'client_connect' but sometimes the game enters faster than the bank is connected and get the error Invalid info tuple handle: 0 Any solution? |
Re: [MySql] what to do
You should implement some kind of queue and process it once the database is available.
To get you started Code:
#include <amxmodx> |
Re: [MySql] what to do
Quote:
|
Re: [MySql] what to do
Always post the code, or at least what you've tried.
|
| All times are GMT -4. The time now is 11:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.