Server don't start - 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: Server don't start (
/showthread.php?tid=609149)
Server don't start -
kevi11 - 09.06.2016
Server log
PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[11:04:30] filterscripts = "" (string)
[11:04:30]
[11:04:30] Server Plugins
[11:04:30] --------------
[11:04:30] Loading plugin: sscanf2
[11:04:30] Failed.
[11:04:30] Loaded 0 plugins.
[11:04:30]
[11:04:30] Filterscripts
[11:04:30] ---------------
[11:04:30] Loaded 0 filterscripts.
[11:04:30] Script[gamemodes/Freeroam.amx]: Run time error 19: "File or function is not found"
[11:04:30] Number of vehicle models: 0
Server cfg
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname Freeroam
gamemode0 Freeroam 1
filterscripts
announce 0
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
plugins sscanf2
logtimeformat [%H:%M:%S]
language Italian
I don't have error in the pawno pls help me.
Re: Server don't start -
Infinity - 09.06.2016
Have you read the output shown in the server log? It clearly states that it failed to load the plugin.
Are you hosting this on a VPS/server? If yes, are they using Linux or Windows?
Re: Server don't start -
kevi11 - 09.06.2016
Windows.
Re: Server don't start -
kevi11 - 09.06.2016
No. i don't have vps server
Re: Server don't start -
Threshold - 09.06.2016
'plugins sscanf2'
Should be:
'plugins sscanf'
Re: Server don't start -
kevi11 - 09.06.2016
Ty u so much Threshold.