AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=16)
-   -   AMX Mod X 1.8.1 Released (https://forums.alliedmods.net/showthread.php?t=76026)

Iwon 08-18-2008 17:56

Re: AMX Mod X 1.8.1 Released
 
Pow! Right in the kisser!

Exolent[jNr] 08-18-2008 18:17

Re: AMX Mod X 1.8.1 Released
 
Quote:

Originally Posted by hleV (Post 671749)
Somewhy celltrie.inc is not included into the AMXX package. I hope it will be fixed ASAP.

Just change:
Code:

#include <celltrie>
To:
Code:

#tryinclude <celltrie>
In the amxmodx.inc file. That way, it isn't forced to load if it isn't available. (Cannot read from file error.)

kirino 08-18-2008 21:33

Re: AMX Mod X 1.8.1 Released
 
I got a problem after i update the AMX Mod X 1.8.1.

[IMG]http://img515.**************/img515/3294/hlnt2.jpg[/IMG]

This is the problem i get after i update. Did the latest amxxmodx can support hlguard ? Any idea abt this? >.<"

Brad 08-18-2008 21:58

Re: AMX Mod X 1.8.1 Released
 
Alternately... Put the following in your "include" folder.

http://svn.alliedmods.net/viewvc.cgi...dx&view=markup

Brad 08-18-2008 22:00

Re: AMX Mod X 1.8.1 Released
 
Quote:

Originally Posted by kirino (Post 671828)
This is the problem i get after i update. Did the latest amxxmodx can support hlguard ? Any idea abt this? >.<"

That's not HLGuard, it's just a plugin. You should look for support for it in it's thread, or from wherver you got it. HLGuard has no incompatibility issues with AMX Mod X 1.8.1.

hleV 08-19-2008 09:59

Re: AMX Mod X 1.8.1 Released
 
Quote:

Originally Posted by Exolent[jNr] (Post 671759)
Just change:
Code:

#include <celltrie>
To:
Code:

#tryinclude <celltrie>
In the amxmodx.inc file. That way, it isn't forced to load if it isn't available. (Cannot read from file error.)

Quote:

Originally Posted by hleV (Post 671439)
Commenting it solves the problem.

I didn't ask for a solution.

Back to topic: Why isn't it fixed yet? Some peaple may not understand what the problem is when they are trying to compile some plugins.

BAILOPAN 08-19-2008 12:03

Re: AMX Mod X 1.8.1 Released
 
As always, anything gets fixed when someone has time to fix it.

Stixsmaster 08-19-2008 21:45

Re: AMX Mod X 1.8.1 Released
 
Quote:

Originally Posted by Brad (Post 671834)
Alternately... Put the following in your "include" folder.

http://svn.alliedmods.net/viewvc.cgi...dx&view=markup

I did this and it worked...so thx...+karma...

---Stixsmaster

AntiBots 08-19-2008 22:19

Re: AMX Mod X 1.8.1 Released
 
Quote:

Originally Posted by hleV (Post 671439)
Is this only for me?
Code:

addon
s\amxmodx\scripting\include\amxmodx.inc(25) : fatal error 100: cannot read from
file: "celltrie"

25 line in amxmodx.inc:
PHP Code:

#include <celltrie> 

Commenting it solves the problem.

Yes I have the some error :D

DS 08-20-2008 03:13

Re: AMX Mod X 1.8.1 Released
 
The celltrie problem should be fixed now. The full installer didn't have the file included while the base package archives did. I've uploaded a fixed installer.

Re-download the installer or get celltrie.inc from the base package.


All times are GMT -4. The time now is 22:06.

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