|
|
@ -1,7 +1,7 @@ |
|
|
|
#include <sourcemod> |
|
|
|
#include <regex> |
|
|
|
|
|
|
|
#define MAX_ARRAY_SIZE 32 |
|
|
|
#define MAX_ARRAY_SIZE 64 |
|
|
|
#define MAX_MESSAGE_SIZE 256 |
|
|
|
|
|
|
|
//TODO MySql Get |
|
|
@ -57,6 +57,29 @@ stock fillMe() { |
|
|
|
Format(badwords[13], MAX_MESSAGE_SIZE, "продам"); |
|
|
|
Format(badwords[14], MAX_MESSAGE_SIZE, "sell"); |
|
|
|
Format(badwords[15], MAX_MESSAGE_SIZE, "sеll"); |
|
|
|
Format(badwords[16], MAX_MESSAGE_SIZE, "продаю вещи"); |
|
|
|
Format(badwords[17], MAX_MESSAGE_SIZE, " ключи"); |
|
|
|
Format(badwords[18], MAX_MESSAGE_SIZE, "металл"); |
|
|
|
// |
|
|
|
Format(badwords[19], MAX_MESSAGE_SIZE, "ТРЕЙД"); |
|
|
|
Format(badwords[20], MAX_MESSAGE_SIZE, "TRADE"); |
|
|
|
Format(badwords[21], MAX_MESSAGE_SIZE, "ОБМЕН"); |
|
|
|
Format(badwords[22], MAX_MESSAGE_SIZE, "OБМЕН"); |
|
|
|
Format(badwords[23], MAX_MESSAGE_SIZE, "ОБМEН"); |
|
|
|
Format(badwords[24], MAX_MESSAGE_SIZE, "OБМEН"); |
|
|
|
Format(badwords[25], MAX_MESSAGE_SIZE, "TRАDE"); |
|
|
|
Format(badwords[26], MAX_MESSAGE_SIZE, "TRADЕ"); |
|
|
|
Format(badwords[27], MAX_MESSAGE_SIZE, "TRАDЕ"); |
|
|
|
Format(badwords[28], MAX_MESSAGE_SIZE, "ТРEЙД"); |
|
|
|
Format(badwords[29], MAX_MESSAGE_SIZE, "ТPЕЙД"); |
|
|
|
Format(badwords[30], MAX_MESSAGE_SIZE, "ТPEЙД"); |
|
|
|
Format(badwords[31], MAX_MESSAGE_SIZE, "КУПЛЮ"); |
|
|
|
Format(badwords[32], MAX_MESSAGE_SIZE, "ПРОДАМ"); |
|
|
|
Format(badwords[33], MAX_MESSAGE_SIZE, "SELL"); |
|
|
|
Format(badwords[34], MAX_MESSAGE_SIZE, "SЕLL"); |
|
|
|
Format(badwords[35], MAX_MESSAGE_SIZE, "ПРОДАЮ ВЕЩИ"); |
|
|
|
Format(badwords[36], MAX_MESSAGE_SIZE, " КЛЮЧИ"); |
|
|
|
Format(badwords[37], MAX_MESSAGE_SIZE, "МЕТАЛЛ"); |
|
|
|
} |
|
|
|
|
|
|
|
stock genMessage(char[] buffer, int size) { |
|
|
|