How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
So I recently purchased a server on
http://www.relayedservers.com/ and I have tried to install gamemode scripts but all of them crash the server, I was wondering how to install them? Do they require a different install to other private servers?
RelayedServers have a online folder so I cannot put in .exe files.
Many Thanks
Re: How do I gamemode install scripts to an online server? -
judothijs - 28.03.2013
GameModes often use plugins, without them your server will crash on start-up, so make sure you enable the plugins on the server. Also make sure to put the required .amx files in the right folders, not just the .pwn files. Furthermore, look into your server's crash report to find detailed information telling you why your server crashed.
Re: How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
I putting the files in the right folders but when I am in the server (My friends have been testing too) after going through the registration stage, the servers freezes or on another gamemode the server restarts and brings back to the login bit and keeps restarting like that.
Do I have to use pawn? or do anything to the files?
(What do I have to change in the server.cfg?)
Many Thanks
Re: How do I gamemode install scripts to an online server? -
judothijs - 28.03.2013
In the server.cfg there is a line named 'plugins', here, add the name of your streamer plugin.
Re: How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
I done all that and still does not work.
Re: How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
Could someone join my server and point out what is wrong?
Re: How do I gamemode install scripts to an online server? -
Pawnie - 28.03.2013
The server might be using linux, therefore I suggest you do add your plugins in the server cfg as pluginname.so
For example streamer plugin:
PHP код:
streamer.dll //This is the Windows
streamer.so // Linux
Also make sure you have the correct plugin inside the plugin folder.
Re: How do I gamemode install scripts to an online server? -
Omirrow - 28.03.2013
Quote:
Originally Posted by Pawnie
The server might be using linux, therefore I suggest you do add your plugins in the server cfg as pluginname.so
For example streamer plugin:
PHP код:
streamer.dll //This is the Windows
streamer.so // Linux
|
streamer.dll - do not need to do this on Windows
Re: How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
Well I have windows and I listed the plugins in the server.cfg, anything else?
Re: How do I gamemode install scripts to an online server? -
SkrillexM8 - 28.03.2013
This is the crash report:
SA-MP Server: 0.3x
Quote:
Exception At Address: 0x0044DAD1 Module: (samp-server.exe)
Registers:
EAX: 0x0388C310 EBX: 0x0018F800 ECX: 0x03710020 EDX: 0x00000040
ESI: 0x00000000 EDI: 0x0388C310 EBP: 0x0018F830 ESP: 0x0018F7E8
EFLAGS: 0x00010202
Stack:
+0000: 0x02A1BCAC 0x00000005 0x0044DF56 0x01F071F8
+0010: 0x00144EB0 0x00000000 0x00000040 0x4E494B53
+0020: 0x0044DE00 0x01F071F8 0x01F071F8 0x03711FD0
|