mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 08:33:21 +00:00
Change antirush freq values to cvar
This commit is contained in:
parent
bac6f4ea65
commit
78f44b0733
7 changed files with 13 additions and 13 deletions
|
@ -130,12 +130,12 @@ void LoadPhrases() {
|
|||
PrintToServer("[FTT] Could not load phrase list from data/ftt_phrases.cfg");
|
||||
return;
|
||||
}
|
||||
static char word[32];
|
||||
char word[32];
|
||||
char phrase[MAX_PHRASE_LENGTH];
|
||||
// Go through all the words:
|
||||
kv.GotoFirstSubKey();
|
||||
int i = 0;
|
||||
static char buffer[4];
|
||||
char buffer[4];
|
||||
do {
|
||||
kv.GetSectionName(word, sizeof(word));
|
||||
StringToLower(word);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue