Raised This Month: $51 Target: $400
 12% 

Solved scripting+ amxmodx version


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
luciaus18
Senior Member
Join Date: Dec 2014
Old 11-30-2020 , 16:38   scripting+ amxmodx version
Reply With Quote #1

Hi!
I have an old server of cs 1.6. I don't know many things now. Please tell me what should I do in order to run this server perfectly with no errors. As I see my amxmodx is old and everything I have here is old. My question is how to upgrade this? I have to download AMX Mod X Base, v1.8.2 Linux and then to recompile all my plugins? If yes, how to recompile everything for linux? Where do I get the compiler for linux and can I use it on windows?
My meta list:
Code:
Currently running plugins:
 [  1] dproto, v0.9.187, 2013-03-19, by Crock, see 
 [  2] AMX Mod X, v1.9.0.5235, Dec 18 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  3] FullupdatePatch, v1.2, 14/01/15, by s1lent, see http://www.aghl.ru/
 [  4] Cust. Flood Fix, v1.1, 2014/12/18, by Asmodai, see http://www.dedicated-server.ru/
 [  5] MySQL, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [  6] Fun, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  7] Engine, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  8] FakeMeta, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [  9] GeoIP, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [ 10] CStrike, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org
 [ 11] Orpheu, v2.3, Mar  7 2010, by joaquimandrade, see http://forums.alliedmods.net/showthread.php?t=116393
 [ 12] CSX, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org/
 [ 13] Ham Sandwich, v1.9.0.5235, Sep 10 2018, by AMX Mod X Dev Team, see http://www.amxmodx.org

Last edited by luciaus18; 12-01-2020 at 19:04.
luciaus18 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-30-2020 , 16:50   Re: scripting+ amxmodx version
Reply With Quote #2

You have AMXX 1.9 which is newer than 1.8.2, so you don't need to do anything.
The compiler is already included in the base package - scripting/compile.sh
Check this for compiling on Linux - https://wiki.alliedmods.net/Compilin...X_Mod_X)#Linux
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
luciaus18
Senior Member
Join Date: Dec 2014
Old 11-30-2020 , 16:57   Re: scripting+ amxmodx version
Reply With Quote #3

Thx mate! Then how can I solve these things? I want everything to work perfectly
Code:
L 11/30/2020 - 22:42:56: [META] dll: Loaded plugin 'NetDB': NetDB v1.1 Apr 10 2007, ahtoh
L 11/30/2020 - 22:42:56: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.8.2-dev Jul  1 2011, AMX Mod X Dev Team
L 11/30/2020 - 22:42:56: [META] dll: Plugin 'FullupdatePatch' isn't catching _any_ functions ??
L 11/30/2020 - 22:42:56: [META] dll: Loaded plugin 'FullupdatePatch': FullupdatePatch v1.2 14/01/15, s1lent
[CF.Fix]: Successfully loaded.
L 11/30/2020 - 22:42:56: [META] dll: Plugin 'Cust. Flood Fix' isn't catching _any_ functions ??
L 11/30/2020 - 22:42:56: [META] dll: Loaded plugin 'Cust. Flood Fix': Cust. Flood Fix v1.1 2014/12/18, Asmodai
L 11/30/2020 - 22:42:56: [META] ERROR: dll: Not loading plugin 'NetDB'; already loaded (status=running)
L 11/30/2020 - 22:42:56: [META] ERROR: dll: Failed to load plugin 'netdb_amxx_i386.so'
L 11/30/2020 - 22:42:56: [META] dll: Finished loading 4 plugins
Code:
   AMX Mod X version 1.9.0.5235 Copyright (c) 2004-2015 AMX Mod X Development Team 
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under 
   certain conditions; type 'amxx gpl' for details.
  
L 11/30/2020 - 22:54:51: [META] dll: Loaded plugin 'MySQL': MySQL v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:51: [META] dll: Loaded plugin 'Fun': Fun v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:51: [META] dll: Loaded plugin 'Engine': Engine v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:51: [META] dll: Loaded plugin 'FakeMeta': FakeMeta v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:52: [META] dll: Loaded plugin 'GeoIP': GeoIP v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:52: [GEOIP] Database info: GeoLite2 City database 2.0
L 11/30/2020 - 22:54:52: [META] ERROR: Failed to find memloc for regcmd 'geoip'
L 11/30/2020 - 22:54:52: [META] dll: Loaded plugin 'CStrike': CStrike v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:52: [CSTRIKE] BuyGunAmmo is not available
L 11/30/2020 - 22:54:52: [CSTRIKE] GiveNamedItem is not available
L 11/30/2020 - 22:54:52: [CSTRIKE] AddAccount is not available
L 11/30/2020 - 22:54:52: [CSTRIKE] CanPlayerBuy is not available
L 11/30/2020 - 22:54:52: [CSTRIKE] CanBuyThis is not available
L 11/30/2020 - 22:54:52: [CSTRIKE] Some functions are not available - forwards CS_OnBuy[Attempt] have been disabled
L 11/30/2020 - 22:54:52: [CSTRIKE] GiveDefaultItems is not available - native cs_set_no_knives has been disabled
L 11/30/2020 - 22:54:52: [CSTRIKE] CREATE_NAMED_ENITTY is not available - native cs_create_entity() has been disabled
L 11/30/2020 - 22:54:52: [CSTRIKE] UTIL_FindEntByString is not available - native cs_find_ent_by_class() has been disabled
L 11/30/2020 - 22:54:52: [CSTRIKE] AddEntityHashValue or RemoveEntityHashValue is not available - native cs_set_ent_class() has been disabled
L 11/30/2020 - 22:54:52: [CSTRIKE] GetWeaponInfo is not available - native cs_get_weapon_info() and forward CS_OnBuy have been disabled
Code:
Orpheu configuration ended.
L 11/30/2020 - 22:54:52: [META] dll: Loaded plugin 'Orpheu': Orpheu v2.3 Mar  7 2010, joaquimandrade
L 11/30/2020 - 22:54:52: [META] dll: Loaded plugin 'CSX': CSX v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:53: [META] ERROR: Failed to find memloc for regcmd 'ham'
L 11/30/2020 - 22:54:53: [META] dll: Loaded plugin 'Ham Sandwich': Ham Sandwich v1.9.0.5235 Sep 10 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:53: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.9.0.5235 Dec 18 2018, AMX Mod X Dev Team
L 11/30/2020 - 22:54:53: [META] dll: Plugin 'FullupdatePatch' isn't catching _any_ functions ??
L 11/30/2020 - 22:54:53: [META] dll: Loaded plugin 'FullupdatePatch': FullupdatePatch v1.2 14/01/15, s1lent
[CF.Fix]: Successfully loaded.
L 11/30/2020 - 22:54:53: [META] dll: Plugin 'Cust. Flood Fix' isn't catching _any_ functions ??
L 11/30/2020 - 22:54:53: [META] dll: Loaded plugin 'Cust. Flood Fix': Cust. Flood Fix v1.1 2014/12/18, Asmodai
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'MySQL'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'mysql_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'Fun'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'fun_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'Engine'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'engine_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'FakeMeta'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'fakemeta_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'GeoIP'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'geoip_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'CStrike'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'cstrike_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'Orpheu'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'orpheu_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'CSX'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'csx_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Not loading plugin 'Ham Sandwich'; already loaded (status=running)
L 11/30/2020 - 22:54:53: [META] ERROR: dll: Failed to load plugin 'hamsandwich_amxx_i386.so'
L 11/30/2020 - 22:54:53: [META] dll: Finished loading 4 plugins

Last edited by luciaus18; 11-30-2020 at 19:40.
luciaus18 is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 11-30-2020 , 17:35   Re: scripting+ amxmodx version
Reply With Quote #4

Quote:
Originally Posted by luciaus18 View Post
Hi!
My meta list:
Code:
Currently running plugins:
 [  1] dproto, v0.9.187, 2013-03-19, by Crock, see
No support for you. Non-steam means you are on your own pal.
__________________
Spirit_12 is offline
luciaus18
Senior Member
Join Date: Dec 2014
Old 11-30-2020 , 18:05   Re: scripting+ amxmodx version
Reply With Quote #5

Why no support?
It's weird that I have these errors and at the same time it says they work good xD
luciaus18 is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 12-01-2020 , 00:45   Re: scripting+ amxmodx version
Reply With Quote #6

You don't support the developers why should anyone support you ?
__________________
Spirit_12 is offline
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 12-01-2020 , 10:38   Re: scripting+ amxmodx version
Reply With Quote #7

Remove dproto, for starters.
redivcram is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode