[URGENT HELP] Server Problem
#1

Hey All,

Recently bought a dedicated server for hosting my SA-MP server on (Beaver Weenis.)
Currently running CentOS 5.5 64Bit

When I run my server it shows up in the SA-MP client with correct Server Name and you can connect to it but the GameMode is Unknown. It works fine in Windows.

I've come to the conclusion that it is only loading information from the server.cfg and is infact running the basic SA-MP server just under my name and with my rcon password etc. (All other information stored in Server.cfg)

Under further inspection of our server_log

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

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[16:07:54] 
[16:07:54] Server Plugins
[16:07:54] --------------
[16:07:54]  Loading plugin: sscanf
[16:07:54]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[16:07:54]  Loading plugin: streamer
[16:07:54]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[16:07:54]  Loaded 0 plugins.

[16:07:54] 
[16:07:54] Filter Scripts
[16:07:54] ---------------
[16:07:54]   Loading filter script 'GarHouse.amx'...
[16:07:54]   Loading filter script 'WeenisCash.amx'...
[16:07:54]   Loading filter script 'yrace.amx'...
[16:07:54] 
+--------------------------------+
[16:07:54] | Yagu's Race Filterscript v0.4a |
[16:07:54] +--------------LOADED------------+

[16:07:54]   Loading filter script 'WeenisWeapons.amx'...
[16:07:54] Weapons Saving Loaded.
[16:07:54]   Loading filter script 'WeenisTime.amx'...
[16:07:54]   Loading filter script 'GarStore.amx'...
[16:07:54]   Loading filter script 'WeenisWeaponMenu.amx'...
[16:07:54]   Loading filter script 'npc_record.amx'...
[16:07:54]   Loading filter script 'WeenisWeaponDrops.amx'...
[16:07:54] 
--------------------------------------
[16:07:54] [FS] WeaponDrop v1.0 by Jeffry loaded!
[16:07:54] --------------------------------------

[16:07:54]   Loading filter script 'JunkBuster.amx'...
[16:07:54] 

[16:07:54] [junkbuster] Current JunkBuster configuration:
[16:07:54] [junkbuster] - WeaponHack = 1
[16:07:54] [junkbuster] - MoneyHack = 1
[16:07:54] [junkbuster] - Jetpack = 0
[16:07:54] [junkbuster] - HealthHack = 1
[16:07:54] [junkbuster] - ArmourHack = 1
[16:07:54] [junkbuster] - DriveBy = 2
[16:07:54] [junkbuster] - Spam = 0
[16:07:54] [junkbuster] - CommandSpam = 0
[16:07:54] [junkbuster] - BadWords = 1
[16:07:54] [junkbuster] - CarJackHack = 1
[16:07:54] [junkbuster] - TeleportHack = 1
[16:07:54] [junkbuster] - MaxPing = 2000
[16:07:54] [junkbuster] - SpectateHack = 1
[16:07:54] [junkbuster] - Blacklist = 1
[16:07:54] [junkbuster] - IpBans = 1
[16:07:54] [junkbuster] - TempBans = 1
[16:07:54] [junkbuster] - SpawnKill = 3
[16:07:54] [junkbuster] - CapsLock = 1
[16:07:54] [junkbuster] - 3DSpeed = 0
[16:07:54] [junkbuster] - MaxSpeed = 230
[16:07:54] [junkbuster] - AdminImmunity = 1
[16:07:54] [junkbuster] - Advertisement = 1
[16:07:54] [junkbuster] - FreezeUpdate = 1
[16:07:54] [junkbuster] - SpawnTime = 10
[16:07:54] [junkbuster] - CheckpointTeleport = 1
[16:07:54] [junkbuster] - Airbreak = 1
[16:07:54] [junkbuster] - TankMode = 1
[16:07:54] [junkbuster] - WarnPlayers = 0
[16:07:54] [junkbuster] - SingleplayerCheats = 1
[16:07:54] [junkbuster] - MinFPS = 13
[16:07:54] [junkbuster] - DisableBadWeapons = 1
[16:07:54] [junkbuster] - CBug = 16
[16:07:54] [junkbuster] - AntiBugKill = 1
[16:07:54] [junkbuster] - NoReload = 20
[16:07:54] [junkbuster] - NoReloadForSawnOff = 4
[16:07:54] [junkbuster] - ActiveGMC = 2
[16:07:54] [junkbuster] - GMCBan = 0
[16:07:54] [junkbuster] - ServerSideHealth = 1
[16:07:54] [junkbuster] - CheckVMPos = 0
[16:07:54] [junkbuster] - QuickTurn = 1
[16:07:54] 

[16:07:54] [junkbuster] 1 IP-bans have been loaded.
[16:07:54] [junkbuster] 0 temporary bans have been loaded.
[16:07:54] [junkbuster] 3 whitelist entries have been loaded.
[16:07:54] [junkbuster] 0 blacklist entries have been loaded.
[16:07:54] [junkbuster] 15 bad words have been loaded.
[16:07:54] [junkbuster] 4 forbidden weapons have been loaded.
[16:07:54] [junkbuster] JunkBuster has been configurated.
[16:07:54] [junkbuster] JunkBuster has successfully been loaded.
[16:07:54]   Loading filter script 'weenisvehicleownership.amx'...
[16:07:54]   Loading filter script 'Weenishitlist.amx'...
[16:07:54]   Unable to load filter script 'Weenishitlist.amx'.
[16:07:54]   Loaded 11 filter scripts.

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

----------
It isnt finding my GameMode even though the .AMX exists.

It was compiled on Windows and I havent had any luck finding a Linux Distro Compatible Compiler.

It is also loading 2 plugins, streamer and sscanf and as seen in the server log its not finding them either. I have .so versions of the plugins in the correct folder.

Any help would be greatly appreciated as Ive got about 24 hours to cancel my Dedicated Server purchase if SA:MP wont run on it.

Kind Regards,

Liam
Reply
#2

Does anyone else have their SA-MP server running on linux? =P. NEED URGENT HELP
Reply
#3

I think you have to upload your plugins. It simply can't find "Streamer" and "sscanf".
Reply
#4

Did you also add .so to the plugin names in server.cfg?

Code:
plugins sscanf.so streamer.so
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)