Problem with server sscanf etc - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with server sscanf etc (
/showthread.php?tid=565165)
Problem with server sscanf etc -
Moneymachine - 25.02.2015
Server log:
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.
Why it wont download sscanf?
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>
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.
Re: Problem with server sscanf etc -
ReshiramZekrom - 25.02.2015
The last folder is only the source, you don't need it..
0.3x? Try if with the new version something change
Re: Problem with server sscanf etc -
Moneymachine - 25.02.2015
Didnt work
Re: Problem with server sscanf etc -
arlindi - 25.02.2015
Your gamemode isnt loaded
Go in GameMode Folder
Look your name of gamemode
Go in server.cfg
add the gamemode name in theline gamemode
Save and Turn server
Done !!
Re: Problem with server sscanf etc -
Moneymachine - 26.02.2015
it's not loaded because, there is errors with a_zones and mapandreas in pawno. I dont know how to fix them so i only had the .pwn file of the gm, because the errors when compiling. server.cfg is correct