09.08.2015, 08:58
Quote:
Do you mean this warning?
PHP код:
PHP код:
|
PHP код:
public OnGameModeInit()
{
print("Preparing the gamemode, please wait...");
g_mysql_Init();
return 1;
}
public OnGameModeExit()
{
g_mysql_Exit();
return 1;
}