Removed mention of ZRTools in the comments.

This commit is contained in:
Oleg Tsvetkov
2016-06-11 15:20:40 +03:00
committed by Oleg Tsvetkov
parent daa461fee6
commit 6a5ad3ef4b
3 changed files with 8 additions and 8 deletions

View File

@ -583,8 +583,8 @@ stock bool:RestrictIsTypeUniform(bool:restricted, index)
* Hook callback, called when a player is trying to pick up a weapon.
* @param client The client index.
* @param weapon The weapon index.
* @return Return ZRTools_Handled to stop weapon pickup.
* ZRTools_Continue to allow weapon pickup.
* @return Return Plugin_Handled to stop weapon pickup.
* Plugin_Continue to allow weapon pickup.
*/
public Action:RestrictCanUse(client, weapon)
{