crxknives_has_knife_access
Checks whether or not the client has access to the specified knife.
Syntax
native bool:crxknives_has_knife_access(id, knife) /** * Checks whether or not the knife index is valid. * * @param knife Knife index * @return True if it is, false otherwise */ native bool:crxknives_is_knife_valid(knife)
Usage
| id | Client index |
| knife | Knife index |
Return
True — if he has, false otherwise
Defined in
crxknives.inc
at line 97
.
This documentation was automatically generated from source.