SA-MP Forums Archive
I NEED HELP FAST - 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: I NEED HELP FAST (/showthread.php?tid=262540)



I NEED HELP FAST - danodanodano - 18.06.2011

how come this happens, I have the .amx and .pwn in gamemode file, Please i need help FAST!


Код:
[15:28:01] Script[gamemodes/LEGENDS.amx]: Run time error 19: "File or function is not found" 
[15:28:01] Number of vehicle models: 0



Re: I NEED HELP FAST - dr.pepper - 18.06.2011

You're missing a plugin which is what I assume. I get this error all the time when I'm missing a Plugin. If you have Windows do this on your plugins line in server.cfg:
Windows:
pawn Код:
plugins pluginname
- Notice: Windows doesn't have a extension at the end on the plugins line

Linux:
pawn Код:
plugins pluginname.so
- Notice: Linux has a extension at the end on the plugins line

I hope I helped you. Also, you need to make sure you do have the right Plugins for your OS.


Re: I NEED HELP FAST - danodanodano - 18.06.2011

Doesnt work, This on mauzen FTP, doesnt work.. with .so, or not.


Re: I NEED HELP FAST - danodanodano - 18.06.2011

Sorry for double posting, But im in a hurry, My server is going down.


Re: I NEED HELP FAST - Mike Garber - 18.06.2011

You must ofcourse HAVE the plugin.so file in your plugins folder,
if you have "pluginname.dll" in your plugins folder, and the server is Windows, use "plugins plugin" in server.cfg

If the server is linux, you must have the "plugin.so" file in your plugins folder, and add "plugins plugin.so" in server.cfg

Also make sure that you have the include.


Re: I NEED HELP FAST - danodanodano - 18.06.2011

doesnt work..


Re: I NEED HELP FAST - danodanodano - 18.06.2011

Sorry for double posting again, but. watch this


[15:53:01] Loading plugin: streamer
[15:53:01] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[15:53:01] Loading plugin: sscanf.so
[15:53:01] Failed (plugins/sscanf.so: cannot open shared object file: No such file or directory)
[15:53:01] Loading plugin: stramer.so
[15:53:01] Failed (plugins/stramer.so: cannot open shared object file: No such file or directory)
[15:53:01] Loaded 0 plugins.


Re: I NEED HELP FAST - dr.pepper - 18.06.2011

You don't have any plugins in your plugins folder then.


Re: I NEED HELP FAST - danodanodano - 18.06.2011

I have them all..