Added some small fixes for new CStrike patch (2ddc75e24c53) (bug 4732, r=psychonic).

This commit is contained in:
Drifter
2011-06-28 20:16:05 -04:00
parent 52ec8bf049
commit c4c554b420
3 changed files with 41 additions and 3 deletions
+2
View File
@@ -95,6 +95,8 @@ forward Action:CS_OnCSWeaponDrop(client, weaponIndex);
* @param client Client index
* @param weapon Weapon classname
* @param price Buffer param for the price of the weapon
*
* @note Not all "weapons" call GetWeaponPrice. Example: c4, knife, vest, vest helmet, night vision.
*/
forward Action:CS_OnGetWeaponPrice(client, const String:weapon[], &price);