25.02.2015, 18:23
(
Последний раз редактировалось Moneymachine; 25.02.2015 в 19:02.
)
Server log:
Why it wont download sscanf?
includes in my gamemode
It cant read mapandreas or a_zones
I have updated all plugins. Sscanf also, but it wont work
Plugins folder:http://gyazo.com/dca050a8a2c02060f8e97e497b90009c
and server.cfg plugins:http://gyazo.com/95c512485e243b6e8139f1ad04f5111b
Where this folder should be? Pic: http://gyazo.com/0ac10d7e0bbd2145069b1619311d705e now it is in includes
Basicly it cant read mapandreas or a_zones with the new plugins and sscanf isnt working.
PHP код:
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[20:43:58]
[20:43:58] Server Plugins
[20:43:58] --------------
[20:43:58] Loading plugin: sscanf
[20:43:58] Failed.
[20:43:58] Loading plugin: streamer
[20:43:58]
*** Streamer Plugin v2.7.5.2 by Incognito loaded ***
[20:43:58] Loaded.
[20:43:58] Loading plugin: MapAndreas
[20:43:58] Loaded.
[20:43:58] Loading plugin: mysql
[20:43:58] >> plugin.mysql: R39-3 successfully loaded.
[20:43:58] Loaded.
[20:43:58] Loading plugin: Whirlpool
[20:43:59]
[20:43:59] ==================
[20:43:59]
[20:43:59] Whirlpool loaded
[20:43:59]
[20:43:59] ==================
[20:43:59]
[20:43:59] Loaded.
[20:43:59] Loading plugin: crashdetect
[20:43:59] Failed.
[20:43:59] Loaded 4 plugins.
[20:43:59] I couldn't load any gamemode scripts. Please verify your server.cfg
[20:43:59] It needs a gamemode0 line at the very least.
includes in my gamemode
PHP код:
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <a_zones>
#include <yom_buttons>
#include <ZCMD>
#include <sscanf2>
#include <foreach>
#include <YSI\y_timers>
#include <YSI\y_utils>
#include <mapandreas>
I have updated all plugins. Sscanf also, but it wont work
Plugins folder:http://gyazo.com/dca050a8a2c02060f8e97e497b90009c
and server.cfg plugins:http://gyazo.com/95c512485e243b6e8139f1ad04f5111b
Where this folder should be? Pic: http://gyazo.com/0ac10d7e0bbd2145069b1619311d705e now it is in includes
Basicly it cant read mapandreas or a_zones with the new plugins and sscanf isnt working.