Fix not being able to block CS_OnCSWeaponDrop and clarify include file.

This commit is contained in:
Ruben Gonzalez 2015-03-27 19:54:42 -04:00
parent 4b8a581c9a
commit 35e4374e2e
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