SA-MP Forums Archive
sscanf2 screws up my server - 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: sscanf2 screws up my server (/showthread.php?tid=358948)



sscanf2 screws up my server - _Khaled_ - 12.07.2012

so I installed sscanf2, when I compile no errors
but when I load the server up There is no gamemode and when its connected it doesn't show me the OnPlayerRequestClass AXIS.

Added
pawn Код:
plugins sscanf2
in .CFG
and
pawn Код:
#include <sscanf2>
Any Help?


Re: sscanf2 screws up my server - Jochemd - 12.07.2012

Plugin name itself is sscanf, not sscanf2


Re: sscanf2 screws up my server - _Khaled_ - 12.07.2012

Still.


Re: sscanf2 screws up my server - Jochemd - 12.07.2012

I see you put 'pulgins', did you put it like that in server.cfg too? It must be plugins


Re: sscanf2 screws up my server - _Khaled_ - 12.07.2012

Quote:

echo Executing Server Config...
lanmode 0
rcon_password ******
maxplayers 5
port 7777
hostname *******
plugins sscanf
gamemode0 SERVER 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 1
query 1
plugins sscanf
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]

Thats my .cfg
still gets me "unknown" when I load up the server on the server list


Re: sscanf2 screws up my server - Jochemd - 12.07.2012

Did you try using the latest sscanf? Just try to re-download it.


Re: sscanf2 screws up my server - DarrenReeder - 12.07.2012

1) make sure its "plugins sscanf" not "pulgins sscanf"

2) Make sure "sscanf2.inc" is in Pawno>include

3) Make use you have sscanf.dll in the plugins folder (not .so)


Re: sscanf2 screws up my server - fiki574 - 12.07.2012

Код:
plugins sscanf
gamemode0 SERVER 1
filterscripts gl_actions gl_property gl_realtime gl_mapicon ls_elevator test_cmds ls_mall attachments
announce 1
query 1
plugins sscanf
Seriously? Two times you have defined plugins! Remove that first one!


Re: sscanf2 screws up my server - Jochemd - 12.07.2012

Another thing that might cause the problem: Make sure your sscanf include matches the plugin. That's why you should download the latest version.


Re: sscanf2 screws up my server - _Khaled_ - 12.07.2012

Hold on..