I need someone to help me with gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: I need someone to help me with gamemode (
/showthread.php?tid=628936)
I need someone to help me with gamemode -
Boranjac - 17.02.2017
I have one zombie gamemode let say Dayz, and there is problem with few plugins they dont load i update them, replace but still no metter its same... I need someone to set up that for me,i will be thankfull! PM me.
PHP код:
[16/02/17 15:49:05] Loading plugin: mysql.so
[16/02/17 15:49:05] Failed (plugins/mysql.so: cannot open shared object file: No such file or directory)
[16/02/17 15:49:05] Loading plugin: colandreas.so
[16/02/17 15:49:05] Failed (plugins/colandreas.so: cannot open shared object file: No such file or directory)
[16/02/17 15:49:05] Loading plugin: mapandreas.so
[16/02/17 15:49:05] Failed (plugins/mapandreas.so: cannot open shared object file: No such file or directory)
[16/02/17 15:49:05] Loading plugin: ctime.so
[16/02/17 15:49:05] Failed (plugins/ctime.so: cannot open shared object file: No such file or directory)
[16/02/17 15:49:05] Loading plugin: ysf.so
[16/02/17 15:49:05] Failed (plugins/ysf.so: cannot open shared object file: No such file or directory)
Re: I need someone to help me with gamemode -
nGen.SoNNy - 21.02.2017
.so is for linux/ubuntu etc and .dll is for windows. Make sure you run the right plugins on your server.cfg and also use the full name in the "plugins" line from the server.cfg "mysql.so colandreas.so etc".
Re: I need someone to help me with gamemode -
Sew_Sumi - 21.02.2017
As I said on the last thread, you'll find this is a runtime issue, especially if those files are sitting in the right folders...
Quote:
Originally Posted by Sew_Sumi
If the error was the same on the MySQL plugin, then I'd say it's missing runtimes, or the architecture setting to allow 32 bit, on a 64 bit machine.
The plugins are executables in some sense, and thus they will use runtimes and other features.
|