• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Problems loading plugins in ubuntu
#1
Hi! I'm McZulian (sorry if my english is kinda bad, i'm argentinean)
I'm trying to create a SAMP plugin using an ubuntu VPS becouse the gamehost forced me to use MySQL R41 and my gamemode uses R39 and i can't update it.
I did everything, i have an ftp connection to the server, phpmyadmin running well and everything. But when i try to run the server, it runs, but my gamemode does not work. And it does not load any of the plugins i have.
This is my server log

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[22:20:28] filterscripts = ""? (string)
password = ""? (string)

Server Plugins
--------------
Loading plugin: sscanf
? Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
Loading plugin: mysql
? Failed (plugins/mysql: cannot open shared object file: No such file or directory)
Loading plugin: streamer
? Failed (plugins/streamer: cannot open shared object file: No such file or directory)
Loading plugin: nativechecker
? Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
Loading plugin: Whirlpool
? Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
Loaded 0 plugins.


Filterscripts
---------------
? Loaded 0 filterscripts.

Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

i'm using South Central as a base gamemode

I did everything in my knowledge and still didn't get it to work. In my pc, using windows it works just fine, no problems there. But when i go to a linux server, everything goes to hell
  Reply
#2
Did you add ".so" to them in server.cfg?



Code:
plugins sscanf.so mysql.so streamer.so whirlpool.so nativechecker.so
  Reply
#3
You didn't add ".so" after the plugins.
  Reply


Forum Jump: