sourcemod/extensions
A1m` 507b09c975 Fix 'GiveNamedItem' in the game left4dead2. (#1590)
* Fix 'GiveNamedItem' in the game left4dead2.

The method 'CCSPlayer::GiveNamedItem(char const*, int, CBaseEntity*)' does not work in game left4dead2, any given weapon and object immediately falls to the ground, besides, the code is missing a parameter to call this method (even with the added parameter does not give a weapon to hands). Another method 'CTerrorPlayer::GiveNamedItem(char const*, int, bool, CBaseEntity*)' works great, besides it makes it possible to give out all the items that exist in the game.

* Add x64 support

Add x64 support

* Changed argument type to bool.

Changed argument type to bool.
2023-08-30 22:08:44 +02:00
..
bintools Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
clientprefs Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
cstrike Fix conflict with extensions using SteamWorks (#1531) 2021-07-18 00:01:24 +01:00
curl Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
geoip Update GeoIP2 extension to new GeoLite2 .mmdb database format (#1245) 2021-06-30 13:01:12 +02:00
mysql Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
pgsql Add PostgreSQL database driver (#32) 2021-03-11 11:21:51 +01:00
regex Remove use of the Dep API. 2020-08-24 20:48:57 -07:00
sdkhooks Add support for hl2sdk-mock. 2023-08-30 22:08:44 +02:00
sdktools Fix 'GiveNamedItem' in the game left4dead2. (#1590) 2023-08-30 22:08:44 +02:00
sqlite Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
structs Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
tf2 TF2Tools: Prevent CalcIsAttackCriticalHelper* from being called twice (#1573) 2023-08-30 22:08:44 +02:00
topmenus Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00
updater Update to AMBuild 2.2. 2020-08-18 23:09:43 -07:00