I NEED HELP FAST
#1

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
Reply
#2

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.
Reply
#3

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

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

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.
Reply
#6

doesnt work..
Reply
#7

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.
Reply
#8

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

I have them all..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)