Merge pull request #316 from alliedmodders/ondropweapon-fix

Fix not being able to block CS_OnCSWeaponDrop and clarify include file. (bug 6334)
This commit is contained in:
Ruben Gonzalez 2015-03-29 18:32:00 -04:00
commit 176a8182e8
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ DETOUR_DECL_MEMBER3(DetourCSWeaponDrop, void, CBaseEntity *, weapon, bool, bDrop
g_pCSWeaponDropForward->Execute(&result);
if (result >= Pl_Continue)
if (result == Pl_Continue)
{
#if SOURCE_ENGINE == SE_CSGO
DETOUR_MEMBER_CALL(DetourCSWeaponDrop)(weapon, vec, unknown);

View File

@ -144,7 +144,7 @@ forward Action:CS_OnBuyCommand(client, const String:weapon[]);
/**
* Called when CSWeaponDrop is called
* Return Plugin_Continue to allow the call or return a
* higher action to deny.
* higher action to block.
*
* @param client Client index
* @param weaponIndex Weapon index