AMX file not found - 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: AMX file not found (
/showthread.php?tid=487052)
AMX file not found -
cnoopers - 11.01.2014
sscanf2 too, but is it.
Why?
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[21:16:32] filterscripts = "" (string)
[21:16:32]
[21:16:32] Server Plugins
[21:16:32] --------------
[21:16:32] Loading plugin: sscanf2
[21:16:32] Failed.
[21:16:32] Loaded 0 plugins.
[21:16:32]
[21:16:32] Filterscripts
[21:16:32] ---------------
[21:16:32] Loaded 0 filterscripts.
[21:16:32] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[21:16:32] Number of vehicle models: 0
[21:16:33] --- Server Shutting Down.
Re: AMX file not found -
Burridge - 11.01.2014
Have you got sscanf2 in your plugins folder, and roleplay.amx in your gamemodes folder?
Re: AMX file not found -
A7X_CEEJAY - 11.01.2014
[21:16:32] Loading plugin: sscanf2
[21:16:32] Failed.
[21:16:32] Loaded 0 plugins.
That's why it doesn't work, re-add "sscanf2" to your plugins folder, re-compile and then re-run, should run after that.
Re: AMX file not found -
cnoopers - 11.01.2014
everything is. i add it before started write a script and at some point was fucked up, i dont know why.
Re: AMX file not found -
A7X_CEEJAY - 11.01.2014
When you compile, make sure you're using the pawno from the server script files e.g
IF you're scrip is located in "Server", go into "server\pawno\pawno.exe" and use that to compile, if that still fails - Make sure that you're using the correct version of sscanf2
Re: AMX file not found -
Konstantinos - 11.01.2014
The plugin file is called
sscanf.dll (Windows) or
sscanf.so (Linux). The include is called sscanf2.inc so don't get confused of that. Replace in
server.cfg,
plugins line sscanf2 to sscanf or sscanf.so if it's Linux.
Re: AMX file not found -
cnoopers - 11.01.2014
all work. my plugin was been old.