What's up
#1

Okay so I've got everything loaded, gaamemode in, plugins in, everything in

I have 2 filter scripts:
  • bomb
  • Area51

I have 3 plugins:
  • irc.so
  • streamer.so
  • MapAndreas.so
Screenshot: http://prntscr.com/mfole

I have builded the script to get the amx, and the pwn file:
Here's the picture of the gamemode: http://prntscr.com/mfooy
Here's the picture of the gamemode inside the folder: http://prntscr.com/mforg


Okay I saved and now I'll take a screenshot of what's causing it to not work: http://prntscr.com/mfou8

If you don't get what's not working here then I'll explain:
I'm trying to load my gamemode into the server which it was working 100%ly yesterday. I then loaded a modified script of my script and I re-entered and for some reason the script/gamemode was not loaded.

I don't get what's wrong.
Reply
#2

What does your server_log.txt say?
Reply
#3

Код:
3849 	[18:38:44] Script[gamemodes/COD1.amx]: Run time error 19: "File or function is not found"
3850 	[18:38:44] Number of vehicle models: 0
Reply
#4

Your not loading the plugins your script needs.
Reply
#5

Check on the server_log.txt what it says about plugins. Do they load or they fail to load?
If nothing is wrong with it, make sure you've got
pawn Код:
main(){}
into your gamemode and last if even the above doesn't make it works, in case you're using a registration system and you haven't created the necessary folders to scriptfiles, then do it!
Reply
#6

Код:
3833 	[18:38:44]
3834 	[18:38:44] Server Plugins
3835 	[18:38:44] --------------
3836 	[18:38:44] Loading plugin: irc.so
3837 	[18:38:44] Failed (plugins/irc.so: cannot open shared object file: No such file or directory)
3838 	[18:38:44] Loading plugin: streamer.so
3839 	[18:38:44] Failed (plugins/streamer.so: cannot open shared object file: No such file or directory)
3840 	[18:38:44] Loading plugin: MapAndreas.so
3841 	[18:38:44] Failed (plugins/MapAndreas.so: cannot open shared object file: No such file or directory)
3842 	[18:38:44] Loaded 0 plugins.
Reply
#7

What's weird is it was working before yesterday, then it just randomly said "Unknown".
Reply
#8

3 plugins failed. If you're using Linux make sure you have these plugins into your server folder/plugins with extension .so and you've added them to your server.cfg as the following
pawn Код:
plugins irc.so streamer.so MapAndreas.so
Reply
#9

I'm using Windows 7.

Shouldn't there be a plugins folder in this?:
http://prntscr.com/mfr7y
Reply
#10

It's not created when you download the package for the server, and you have to create this folder "plugins" to your server folder. Then add the plugins with extension .dll and load them from server.cfg as the following:
pawn Код:
plugins irc streamer MapAndreas
Your mistake is that you're using windows and you have plugins with .so ( for Linux) while it should be .dll (for Windows).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)