Major Update for 0.4 Released (19 Apr.)

Started by Stormeus, Apr 19, 2015, 09:17 AM

Previous topic - Next topic

MacTavish

QuoteSetCarDamageProof(bool);
i made something like that by using player.Vehicle.Immunity yesterday

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Nilz

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.

Finch

i think so u have loaded plugins in two lines
check on server.cfg is their is plugin two times?
Beztone is a scripter but he is too stupid

Nilz

I have this on server.cfg

plugins squirrel04rel64 xmlconf04rel64 sqlite04rel64 announce04rel64

Finch

same problem to me when i load server.config no commands work
Beztone is a scripter but he is too stupid

Gudio

Any error in console that looks like: 'Plugin error >> dlopen() 'plugins/pluginname' failed'?

soulshaker

Quote from: Gudio on Apr 19, 2015, 10:11 PM@soulshaker @wacek
Please try x32 or x64 and let me know if they worked.

Working ^

.

NOTE: When some plugins/modules are loaded two times then add them before the Squirrel plugin. As an example from @Nilz's line which would become like this:
plugins xmlconf04rel64 sqlite04rel64 announce04rel64 squirrel04rel64
.

Nilz

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. :/

.

Quote from: Nilz on Apr 20, 2015, 12:35 PMThe scripts aren't loading at all. :/

Show us your line that loads the script:
sqgamemode script_name.nut
.

Nilz

#25
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.

.

Enable line endings in Notepad++ like this:

And show us a screen-shot with the line endings:


Some people had issues with the line endings because the module didn't knew where to stop reading.
.

Nilz



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)

.

Weird, especially when you say that there's no error, no crash, nothing.
.

Gudio