SA-MP Forums Archive
Lil' 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: Lil' problem (/showthread.php?tid=72196)



Lil' problem - Typhome - 06.04.2009

Log file.
Код:
###################[ Beginning first 1000 lines from log ]##############

[Mon Apr 6 22:24:07 2009] Launching server with the following commandline:
# /home/gta002/.gameservers/samp_0/samp02Xsvr +exec server.cfg 


----------
Loaded log file: "server_log.txt".
----------

SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team

[22:24:07] 
[22:24:07] Server Plugins
[22:24:07] --------------
[22:24:07] Loading plugin: sampmysql
[22:24:07] Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
[22:24:07] Loaded 0 plugins.

[22:24:07] 
[22:24:07] Filter Scripts
[22:24:07] ---------------
[22:24:07] Loading filter script 'adminspec.amx'...
[22:24:07] Loading filter script 'vactions.amx'...
[22:24:07] Loaded 2 filter scripts.

[22:24:07] Script[gamemodes/mtrp-final.amx]: Run time error 19: "File or function is not found"


###################[ End of log ]#########################
It Moderntopia.
If you say "Post it Moderntopia thread." , I did it, but no-one dont help..

Код:
/root/plugins/
 */ sampmysql.dll
 */ sampmysql.so
/root/
 */ libmysqlclient.so
/root/gamemodes/
 */ mta-final.pwn
 */ mta-final.amx
/root/scriptfiles/
 */ [All files (Moderntopia scriptfiles)]



Re: Lil' problem - Typhome - 06.04.2009

Help! ((Sorry for bump.))


Re: Lil' problem - loT4r - 06.04.2009

Compile omg..

Open mtrp.pwn and press compile That's all!



Re: Lil' problem - FUNExtreme - 06.04.2009

Linux requires you to add the whole plugin name in the server.cfg, this includes the .so part


Re: Lil' problem - Typhome - 06.04.2009

Quote:
Originally Posted by loT4r
Compile omg..

Open mtrp.pwn and press compile That's all!
Код:
/root/gamemodes/
 */ mta-final.pwn
 */ mta-final.amx
It have.


Re: Lil' problem - Typhome - 06.04.2009

Quote:
Originally Posted by FUNExtreme
Linux requires you to add the whole plugin name in the server.cfg, this includes the .so part
i added
plugins sampmysql.so

Is that correct or ?
I did and Log:
Код:
###################[ Beginning first 1000 lines from log ]##############

[Tue Apr 7 00:34:56 2009] Launching server with the following commandline:
# /home/gta002/.gameservers/samp_0/samp02Xsvr +exec server.cfg 



----------
Loaded log file: "server_log.txt".
----------

SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team

[00:34:56] 
[00:34:56] Server Plugins
[00:34:56] --------------
[00:34:56] Loading plugin: sampmysql.so
[00:34:56]  Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[00:34:56] Loaded 0 plugins.

[00:34:56] 
[00:34:56] Filter Scripts
[00:34:56] ---------------
[00:34:56]  Loading filter script 'adminspec.amx'...
[00:34:56]  Loading filter script 'vactions.amx'...
[00:34:56]  Loaded 2 filter scripts.

[00:34:56] Script[gamemodes/mtrp-final.amx]: Run time error 19: "File or function is not found"


###################[ End of log ]#########################



Re: Lil' problem - FUNExtreme - 06.04.2009

Yes, thats what I meant


Re: Lil' problem - Typhome - 06.04.2009

Funtream:
I put sampmysql.so
Код:
###################[ Beginning first 1000 lines from log ]##############

[Tue Apr 7 00:34:56 2009] Launching server with the following commandline:
# /home/gta002/.gameservers/samp_0/samp02Xsvr +exec server.cfg 



----------
Loaded log file: "server_log.txt".
----------

SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team

[00:34:56] 
[00:34:56] Server Plugins
[00:34:56] --------------
[00:34:56] Loading plugin: sampmysql.so
[00:34:56] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[00:34:56] Loaded 0 plugins.

[00:34:56] 
[00:34:56] Filter Scripts
[00:34:56] ---------------
[00:34:56] Loading filter script 'adminspec.amx'...
[00:34:56] Loading filter script 'vactions.amx'...
[00:34:56] Loaded 2 filter scripts.

[00:34:56] Script[gamemodes/mtrp-final.amx]: Run time error 19: "File or function is not found"


###################[ End of log ]#########################
Код:
[00:34:56] Loading plugin: sampmysql.so
[00:34:56]  Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[00:34:56] Loaded 0 plugins.



Re: Lil' problem - Typhome - 07.04.2009

Help ?


Re: Lil' problem - Typhome - 07.04.2009

Help! :@ :@