crxknives_const.inc
Original include source with line numbers.
| 1 | #if defined _crxknives_const_included |
| 2 | #endinput |
| 3 | #endif |
| 4 | |
| 5 | #define _crxknives_const_included |
| 6 | |
| 7 | /** |
| 8 | * Default knife models |
| 9 | */ |
| 10 | #define CRXKNIVES_DEFAULT_V "models/v_knife.mdl" |
| 11 | #define CRXKNIVES_DEFAULT_P "models/p_knife.mdl" |
| 12 | |
| 13 | /** |
| 14 | * Maximum buffer length for knife sounds |
| 15 | */ |
| 16 | const CRXKNIVES_MAX_SOUND_LENGTH = 128 |
| 17 | |
| 18 | /** |
| 19 | * Maximum buffer length for select messages |
| 20 | */ |
| 21 | const CRXKNIVES_MAX_MESSAGE_LENGTH = 128 |
| 22 | |
| 23 | /** |
| 24 | * Maximum buffer length for attribute values |
| 25 | */ |
| 26 | const CRXKNIVES_MAX_ATTRIBUTE_LENGTH = 64 |