Skip to content

Instantly share code, notes, and snippets.

/sank_1.8.4.sma Secret

Created November 24, 2017 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/22d108c40131c90de0d38fec32909150 to your computer and use it in GitHub Desktop.
Save anonymous/22d108c40131c90de0d38fec32909150 to your computer and use it in GitHub Desktop.
my edits to
// Array Defines, ATTENTION: ( MAX_RANDOM + 1 ) * TOK_LENGTH must be smaller 2048 !!!
#define BUFFER_LEN 2048 // Maximum number of space per line to use when reading configfile
#define MAX_RANDOM 5 // Maximum number of tries to find a sound file
#define TOK_LENGTH 200 // Maximum length of keyword and sound file strings
#define MAX_BANS 32 // Maximum number of bans stored
#define NUM_PER_LINE 6 // Number of words per line from amx_sound_help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment