Can't seem to load sscanf plugin. - 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: Can't seem to load sscanf plugin. (
/showthread.php?tid=330906)
Can't seem to load sscanf plugin. -
Shetch - 02.04.2012
Here's what i get in the log file.
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[00:48:54]
[00:48:54] Server Plugins
[00:48:54] --------------
[00:48:54] Loading plugin: sscanf
[00:48:54] Failed.
[00:48:54] Loaded 0 plugins.
[00:48:54]
[00:48:54] Filterscripts
[00:48:54] ---------------
[00:48:54] Loading filterscript 'FG_Admin.amx'...
[00:48:54] Loaded 1 filterscripts.
[00:48:54] Script[gamemodes/FG_GM.amx]: Run time error 19: "File or function is not found"
[00:48:54] Number of vehicle models: 0
Re: Can't seem to load sscanf plugin. -
Jonny5 - 03.04.2012
you do have the .dll/.so in your plugins folder correct?
Re: Can't seem to load sscanf plugin. -
Shetch - 03.04.2012
Quote:
Originally Posted by Jonny5
you do have the .dll/.so in your plugins folder correct?
|
Yea, the sscanf.dll is the the plugins folder.
Re: Can't seem to load sscanf plugin. -
freddy smyth - 03.04.2012
Do you need to recompile with 0.3d?
Re: Can't seem to load sscanf plugin. -
Shetch - 03.04.2012
Somebody, help!
Re: Can't seem to load sscanf plugin. -
Jonny5 - 03.04.2012
make sure you have the newest version sscanf2
and make sure you include it in your gamemode
#include <sscanf2>
Re: Can't seem to load sscanf plugin. -
MP2 - 03.04.2012
https://sampforum.blast.hk/showthread.php?tid=249226
^ Really helpful.