AMX Mod X - Half-Life 1 Scripting and Administration
Go to file
Arkshine e87976bc09 Cstrike: Remove CS_OnGetItemPrice forward (reverted from commit 33a7d74b6da2ca4dcb621e9b306c386ba040571e)
This is actually not possible to have a proper system to allow this.
This is two majors problems:
  - The item price text can't be changed, whatever old and VGUI menu (it's either harcoded in config file or in client binary)
  - Once you open VGUI menu, to know if user has enough money to select an item, client relies on the current HUD money value, this means, since we can't directly changed price, before opening the menu, money needs to be somehow faked and restored once closed. It's awful.

Overall it can't work properly, and at the end current forward doesn't make sense.

If an author wanted to have its own prices, the only only way would to force players to use old menu, then overwriting the whole buy menu, so you would be able to display what you want exactly.
2015-11-03 10:45:50 +01:00
amxmodx Cstrike: Move CSW_* constants from amxconst.inc to cstrike_const.inc 2015-11-03 10:45:49 +01:00
compiler Remove MakeFile 2015-07-14 00:13:24 +02:00
configs Normalize all the line endings 2015-03-10 16:51:45 +01:00
editor/studio Add AMXXStudio configs to the tree. 2013-02-14 23:31:42 -08:00
gamedata Cstrike: Add cs_get_weapon_info() native 2015-11-03 10:45:47 +01:00
installer Correcting SolutionFileFormat version as well 2015-05-19 18:31:19 +05:30
modules Cstrike: Remove CS_OnGetItemPrice forward (reverted from commit 33a7d74b6da2ca4dcb621e9b306c386ba040571e) 2015-11-03 10:45:50 +01:00
plugins Cstrike: Remove CS_OnGetItemPrice forward (reverted from commit 33a7d74b6da2ca4dcb621e9b306c386ba040571e) 2015-11-03 10:45:50 +01:00
public Factorize gamerules data code 2015-11-02 20:10:35 +01:00
support Cstrike: Add cstrike_const.inc and move existing constants there 2015-11-03 10:45:44 +01:00
third_party Update libmaxminddb to v1.1.0 2015-07-22 00:21:44 +02:00
tools Add the SourceMod API doc generator. 2014-07-31 10:22:04 -07:00
.gitattributes Add gitattributes 2015-03-10 11:11:49 +02:00
.gitignore Update project files. 2014-08-08 11:27:40 +02:00
.gitmodules Use upstream AMTL as a submodule 2015-03-09 22:53:58 +01:00
.travis.yml Use the new Travis-CI Container environment 2015-04-19 20:10:04 +02:00
AMBuildScript Fix linux compilation with gcc-4.8 and higher. 2015-10-13 20:25:09 +02:00
appveyor.yml Fix AppVeyor 2015-03-09 23:12:27 +01:00
configure.py Tweak build scripts so the vs build frontend will work. 2014-08-02 12:29:53 -07:00
product.version Bump version to 1.8.3-dev. 2013-02-14 23:30:38 -08:00
pushbuild.txt Trigger a build. 2014-08-08 21:26:44 +02:00
README.md 💇 2014-06-03 12:19:43 +03:00

AMX Mod X

AMX Mod X - Half-Life 1 Scripting and Server Administration

General

Development