Files
sourcemod/extensions/sdktools
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
..
2020-08-18 23:09:43 -07:00
2019-05-15 07:22:34 -04:00
2008-03-30 07:00:22 +00:00
2008-03-30 07:00:22 +00:00
2021-03-08 14:28:43 -08:00
2008-03-30 07:00:22 +00:00
2020-03-11 22:36:25 +00:00