SA-MP Forums Archive
Plugins dont load + other - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Plugins dont load + other (/showthread.php?tid=221015)



Plugins dont load + other - Unknown123 - 04.02.2011

In my "Server_log.txt"
Код:
[20:53:50] filterscripts = ""  (string)
[20:53:50] 
[20:53:50] Server Plugins
[20:53:50] --------------
[20:53:50]  Loading plugin: streamer.so
[20:53:51]   Failed.
[20:53:51]  Loading plugin: sscanf.so
[20:53:51]   Failed.
[20:53:51]  Loaded 0 plugins.

[20:53:51] 
[20:53:51] Filter Scripts
[20:53:51] ---------------
[20:53:51]   Loaded 0 filter scripts.

[20:53:51] Script[gamemodes/ExtremeStunting_v1.amx]: Run time error 19: "File or function is not found"
[20:53:51] Number of vehicle models: 0
In my "Server.cfg"
Код:
echo Executing Server Config...
lanmode 0
rcon_password changeme
maxplayers 500
port 7777
hostname SA-MP 0.3 Server
gamemode0 ExtremeStunting_v1
filterscripts
announce 0
query 1
weburl www.sa-mp.com
plugins streamer.so sscanf.so
In top of my GameMode
pawn Код:
#include <streamer>
#include <sscanf2>
#include <a_samp>
#include <zones>
#include <dini>
#include <dudb>
In my "Plugins" folder In my "Pawno/Include*" folder


Re: Plugins dont load + other - [L3th4l] - 04.02.2011

Windows uses, .dll extension


Re: Plugins dont load + other - Unknown123 - 04.02.2011

Thanks.

Problem Status: Solved