07.08.2015, 02:47
(
Последний раз редактировалось Magic_Time; 07.08.2015 в 03:11.
Причина: Problem solved.
)
Hey guys, so I recently updated my computer from Windows 8.1 to Windows 10 and it turns out that I'm receiving this in my console when I try to run my server:
In case you're wondering the plugins are correctly placed in the plugins folder, but for some reason, it is not loading sscanf, streamer and crashdetect. Nevertheless, it is indeed loading MapAndreas.
Here's my server.cfg:
Do you think, perhaps my computer is lacking of some kind of file in order to run those plugins due to the update?
Help would be greatly appreciated.
PHP код:
[21:45:38] Server Plugins
[21:45:38] --------------
[21:45:38] Loading plugin: crashdetect
[21:45:38] Failed.
[21:45:38] Loading plugin: streamer
[21:45:38] Failed.
[21:45:38] Loading plugin: sscanf
[21:45:38] Failed.
[21:45:38] Loading plugin: MapAndreas
[21:45:38] Loaded.
[21:45:38] Loaded 1 plugins.
[21:45:38]
[21:45:38] Filterscripts
[21:45:38] ---------------
[21:45:38] Loaded 0 filterscripts.
[21:45:38] Script[gamemodes/inventory.amx]: Run time error 19: "File or function is not found"
[21:45:38] Number of vehicle models: 0
Here's my server.cfg:
Код:
echo Executing Server Config... lanmode 0 rcon_password 9391941kkdk34kk331 maxplayers 50 port 7777 hostname SA-MP script gamemode0 inventory filterscripts announce 0 query 1 plugins crashdetect streamer sscanf MapAndreas 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 logtimeformat [%H:%M:%S] language English
Help would be greatly appreciated.