Commit Graph

9 Commits

Author SHA1 Message Date
A1m`
59840685a4
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.
2021-10-02 14:45:18 +00:00
Michael Busby
2c94ab3b1c
Update L4D2 Gamedata for 2.2.0.0 (#1351) 2020-09-24 18:52:24 +01:00
Nicholas Hastings
ad9de71ac9 Add new and remove old gamerules gamedata for numerous games. 2014-12-23 11:04:05 -05:00
Nicholas Hastings
53a0acc2e3 Add GiveAmmo gamedata for more games.
--HG--
extra : amend_source : fd278ab2ac6f0afe7a47b0ba24d8c751755e1970
2014-02-10 11:46:10 -05:00
Nicholas Hastings
ee62e33dd0 Updated L4D2 IServer gamedata for Windows. 2013-07-08 16:10:55 -04:00
Nicholas Hastings
71c1767790 Updated L4D2 gamedata. 2013-07-05 14:29:12 -04:00
Nicholas Hastings
2175357e72 Updated more L4D2 gamedata. 2012-11-21 08:30:08 -05:00
Nicholas Hastings
4260a5b3df Updated L4D2 gamedata. 2012-11-20 20:55:28 -05:00
Nicholas Hastings
fda282604d Added gamedata support for Nuclear Dawn. 2011-08-25 13:20:26 -04:00