*** Streamer Plugin v2.6.1 by Incognito loaded *** [09:56:26] Loaded. [09:56:26] Loading plugin: sscanf.so [09:56:26] [09:56:26] =============================== [09:56:26] sscanf plugin loaded. [09:56:26] © 2009 Alex "******" Cole [09:56:26] 0.3d-R2 500 Players "dnee" [09:56:26] =============================== [09:56:26] Loaded. [09:56:26] Loading plugin: whirlpool.so [09:56:26] [09:56:26] ================== [09:56:26] [09:56:26] Whirlpool loaded [09:56:26] [09:56:26] ================== [09:56:26] [09:56:26] Loaded. [09:56:26] Loading plugin: mysql.so [09:56:26] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) [09:56:26] Loading plugin: mysql_static.so [09:56:26] >> plugin.mysql: R39-2 successfully loaded. [09:56:26] Loaded. [09:56:26] Loaded 4 plugins.
mysql.so
mysql_static.so
Delete
PHP код:
PHP код:
![]() |
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[10:51:42] password = "" (string)
[10:51:42] filterscripts = "" (string)
[10:51:42] gamemodetext = "Unknown" (string)
[10:51:42] mapname = "San Andreas" (string)
[10:51:42]
[10:51:42] Server Plugins
[10:51:42] --------------
[10:51:42] Loading plugin: streamer.so
[10:51:42]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[10:51:42] Loaded.
[10:51:42] Loading plugin: sscanf.so
[10:51:42]
[10:51:42] ===============================
[10:51:42] sscanf plugin loaded.
[10:51:42] (c) 2009 Alex "******" Cole
[10:51:42] 0.3d-R2 500 Players "dnee"
[10:51:42] ===============================
[10:51:42] Loaded.
[10:51:42] Loading plugin: whirlpool.so
[10:51:42]
[10:51:42] ==================
[10:51:42]
[10:51:42] Whirlpool loaded
[10:51:42]
[10:51:42] ==================
[10:51:42]
[10:51:42] Loaded.
[10:51:42] Loading plugin: mysql_static.so
[10:51:42] >> plugin.mysql: R39-2 successfully loaded.
[10:51:42] Loaded.
[10:51:42] Loaded 4 plugins.
[10:51:42]
[10:51:42] Filterscripts
[10:51:42] ---------------
[10:51:42] Loaded 0 filterscripts.
[10:51:42]
[10:51:42] =======================================
[10:51:42] | |
[10:51:42] | YSI version 3.01.0002 |
[10:51:42] | By Alex "******" Cole |
[10:51:42] | |
[10:51:42] =======================================
[10:51:42]
[10:51:42] Preparing the gamemode, please wait...
Preparing the gamemode, please wait...
Preparing the gamemode, please wait...
Do you mean this warning?
PHP код:
PHP код:
|
public OnGameModeInit()
{
print("Preparing the gamemode, please wait...");
g_mysql_Init();
return 1;
}
public OnGameModeExit()
{
g_mysql_Exit();
return 1;
}