View Single Post
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 02-08-2021 , 09:43   Re: SourceMod can not be loaded
Reply With Quote #6

I wouldn't recommend using such an old OS with an Game Server Panel like OGP but anyway clean up the mess by deleting both meta and sourcemod.
Use the terminal and root user (or sudo) to execute
Quote:
Originally Posted by TomL. View Post
Code:
add-apt-repository multiverse
dpkg --add-architecture i386
apt-get update
apt-get install lib32gcc1 lib32stdc++6
After that you download meta and sourcemod again and upload them to the game server directory using the linux user that owns the server directory. No further steps like messing with files or permissions manually should be required. If you still can't get it to work and want me to take a look just send me a PM with your contact details.

Last edited by TomL.; 02-08-2021 at 09:45.
TomL. is offline