Server problem - 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: Server problem (
/showthread.php?tid=272162)
Server problem -
DragonYancy - 27.07.2011
I am opening my test server but a few seconds later that's closing... Why can it be?
Re: Server problem -
Libra_PL - 27.07.2011
If it closes after few seconds, probably there's a piece of code that turns off the gamemode.
Show what's in server_log
Re: Server problem -
DragonYancy - 27.07.2011
Код:
[15:03:06] Loaded.
[15:03:06] Loaded 2 plugins.
[15:03:06]
[15:03:06] Filter Scripts
[15:03:06] ---------------
[15:03:06] Loading filter script 'GarHouse.amx'...
[15:03:06]
[15:03:06] =======================================
[15:03:06] | |
[15:03:06] | YSI version 1.03.0011 |
[15:03:06] | By Alex "******" Cole |
[15:03:06] | |
[15:03:06] | Checking the latest YSI version.. |
[15:03:07] | |
[15:03:07] =======================================
[15:03:07]
[15:03:07]
>> Attempting to load GarHouse v2.0... <<
[15:03:07]
Total House Interiors Loaded: 11. Duration: 9 ms
[15:03:07]
Total Houses Loaded: 0. Duration: 20 ms
[15:03:07]
>> GarHouse v2.0 By [03]Garsino Loaded <<
[15:03:07] Loading filter script 'Bank.amx'...
[15:03:07] Failed to load 'filterscripts/Bank.amx.amx' filter script.
[15:03:07] Unable to load filter script 'Bank.amx'.
[15:03:07] Loading filter script 'badmin.amx'...
[15:03:07]
--------------------------------------
[15:03:07] Admin Script By Bartje01
[15:03:07] --------------------------------------
[15:03:07] Loading filter script 'Ammu.amx'...
[15:03:07] Loaded 3 filter scripts.
Re: Server problem -
Rolyy - 27.07.2011
Код:
[15:03:07] Loading filter script 'Bank.amx'...
[15:03:07] Failed to load 'filterscripts/Bank.amx.amx' filter script.
[15:03:07] Unable to load filter script 'Bank.amx'.
Open the
Bank.pwn filterscript and attempt to
Compile the pawn file,
if it has no errors the file will create a new
Bank.amx.
But do you remember what you've added the last into your server? (Before it worked and didn't crash before)
Because I don't think a missing filterscript will cause the crash, but i'm not sure about this. So give it a try :P.
Re: Server problem -
DragonYancy - 27.07.2011
There is a Bank.amx but same error again...
Last I change Bank filterscript...
Re: Server problem -
Rolyy - 27.07.2011
Quote:
Originally Posted by DragonYancy
There is a Bank.amx but same error again...
Last I change Bank filterscript...
|
If you change scripts a working (no errors) Bank.pwn, and the modifys cause errors then you will not be able to compile the .pwn into the .amx. Re-download the bank.pwn or re-extract it from winrar. Or whatever the methode is what you used to download the filterscript. Try to think about what your modifying about the filterscript and compile it every 1 minute, so once you make a mistake you can fix it at once. Instead of compiling every hour, then everything goes wrong and you will have to start aaaall over. Or do you mean that the bank.pwn already had errors?
I hope this helped you.
Kind Regards,
Rolyy
Re: Server problem -
DragonYancy - 27.07.2011
That was my fs but I was have 1 copy Thanks!