Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Nilz

#1
When I was having that problem, I deleted plugins and the Server executable file and re-downloaded everything again. I even deleted all files from FTP and re-uploaded them again. I set the permissions to 777, and it didn't work.

But I don't really know about Line-endings, so that might have been the main problem. Throughout the time I've been making scripts in VC:MP, I never set or checked line-endings of anything. :P
#2
[15:19] (Monday - 15:19) <Nilz> what did you do
[15:19] (Monday - 15:19) <Nilz> to fix it?
[15:19] (Monday - 15:19) <Murdock> i replaced your modules and executables with mine (some i got from gudio 10 min ago)
[15:20] (Monday - 15:20) <Murdock> i replaced line endings with UNIX in your config and scripts
[15:20] (Monday - 15:20) <Murdock> I added a few parameters to your server.cfg, just like mine
[15:20] (Monday - 15:20) <Murdock> I chmodded all your executables, .so and .db files to 755
[15:20] (Monday - 15:20) <Murdock> and it worked :P
#3
My problem has been solved.

Thanks everyone who helped me! It is really appreciated :D
#4
I had already re-downloaded all new files (except sockets module since I'm not using it)
#5
Gudio: Linux.

//edit:

I also tried to open the server on my PC (Windows), and this is happening:



But anyway, I care more about solving this issue in Linux.



Gulk: That method didn't work either :(
#6


I temporarily removed announce04rel64 plugin on purpose, because I was testing something. (just telling you so that you won't think I accidently missed to load that plugin)
#7
sqgamemode script.nut
Before posting here I obviously ensured that it was not a problem of my script.

I even replaced my script.nut for another file that only contained onPlayerJoin function and I was only executing this: Message( "Welcome player!" ); And it didn't even work either.
#8
There's not any error on console, even after placing plugins in the way S.L.C suggested.

The scripts aren't loading at all. :/
#9
I have this on server.cfg

plugins squirrel04rel64 xmlconf04rel64 sqlite04rel64 announce04rel64
#10
Is there anyone else having problems with the last update? (04rel002)

The server is not loading server.conf correctly, therefore it is setting default skins and spawn locations. Also, it sometimes doesn't even load the script.nut.

This started to happen since I updated the Server and the plugins to the newest ones.