Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Nulis - zdjęcie

Nulis

Rejestracja: 30.07.2020
Aktualnie: Nieaktywny
Poza forum Ostatnio: 30.07.2020 13:41
-----

Moje tematy

[SOLVED] AMXModX not working on Ubuntu-20.04 (64 bit) SteamCMD

30.07.2020 10:26

Hello fellas. I know how it is hard to talk same for everyone person, so I will try to describe my problem as much as I can, that you can see what I arleady have done for that.
 
So I have installed server on VPS host with Ubuntu-20.04 (64 bit). For installation I used SteamCMD and used this tutorial:
 
 
And my server is runing fine. After that I have installed Metamod v1.20 linux Binary:
 
 
and then I installed Mod Addon Packs for Counter-Strike 1.8.2 Linux from there: 
 
 
with this tutorial:
 
 
And I think there is nothing working. amx_help commands isn't working. So maybe there are any commands to check is it work or no? What steps should I do next? Also I'm attaching there some of my files to see is everything fine in it:
 
libist.gam
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "dlls\mp.dll"
gamedll_linux "dlls/cs.so"
gamedll_osx "dlls/cs.dylib"
trainmap "tr_1"
edicts "1800"
gamedll_linux "addons/metamod/dlls/metamod.so"
 
plugins.ini in metamod folder
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
 
Any help would be great in here.