AlliedModders

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

BAILOPAN 03-25-2004 21:50

AMX Mod X 0.16 Release
 
I am pleased to announce the release of AMX Mod X 0.16, the last and hopefully stable release before we start chugging away at the new module API.

AMX Mod X 0.16 features a new custom script directory, localinfo support, and "amx.cfg" has been moved to "addons/amxx/configs/amxx.cfg". The other changes are bug fixes. You can read about it in the changelog below.

As usual, all files are available at SourceForge

There is a thread in General to post 0.16 bugs. Also in General, Bor has kindly provided us with Gentoo Ebuilds. Rock on, Bor.

Enjoy!

Code:

AMX Mod X 0.16 - March 25, 2004
        amx.cfg is now amxx.cfg, in configs dir
        New folder - custom, for custom configs from 3rd party plugins
        Fixed conditional event bug in core.
        Fixed engine get/set_offset_float
        Fixed engine to have get/set_speak
        Added jghg2 into engine (with jghg2.inc)
        Fixed give_item for all mods
        Fixed amx_plugins command
        Fixed access levels being random
        Fixed include files
        Fixed cstrike having long native lengths
        Fixed maxspeeds
        Fixed call_think in engine
        Added cstrike natives cs_get_weapon_ammo, cs_set_weapon_ammo
        Cstrike now animates with cs_set_weapon_silen
        localinfos are back (addons/amxx/core.ini too)
        Plugins now use localinfo with get_basedir and get_configsdir
        amx_version / amxmodx_version cvar fixed
        get_modulesnum native fixed
        reading from files with weird line breaks should work now
        NOTE! Plugin writers should store their files in get_configsdir()


devicenull 03-25-2004 21:55

Yay :)

QwertyAccess 03-25-2004 21:55

Yay! SetSpeak!

kavu 03-25-2004 23:24

:lol: ben waiting all day for this. i think it be nice if someone also hosted this with warcraft ft already installed and working so it doesnt cause confusion :p dont know who would be confused though lol

kavu 03-25-2004 23:37

jghg2 has ben included in the engine right?

BAILOPAN 03-25-2004 23:39

yes, read changelog:
Added jghg2 into engine (with jghg2.inc)

MagicShot 03-25-2004 23:45

hmm
 
jghg2 I think he said yes...
Thanx Bail!

Also, Has the .16 been updated sinced yesterday when I downloaded the latest CVS and compiled it?

Is there a way to have add a native for
get_user_maxspeed
set_user_maxspeed

BigBaller 03-25-2004 23:48

WOOT WOOT :)

Already updated ATAC to use the custom folder function :)

Johnny got his gun 03-26-2004 01:24

Re: hmm
 
Quote:

Originally Posted by MagicShot
Is there a way to have add a native for
get_user_maxspeed
set_user_maxspeed

From fun.inc:
Code:
/* Sets users max. speed. */ native set_user_maxspeed(index, Float:speed = -1.0); /* Returns users max. speed. */ native Float:get_user_maxspeed(index);

BAILOPAN 03-26-2004 01:33

Note!!! Make sure you put amxx.cfg in configs dir!
amxx/amx.cfg
is
amxx/configs/amxx.cfg


All times are GMT -4. The time now is 13:42.

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