01.10.2016, 16:06
Essas static e pra ser resetada toda vez que for usada?
Code:
static
bool:CaseSensitive = true;
static
DB:Database,
DBResult:Resultado;
new
AntiTAG[MAX_ITENS][10],
AntiNick[MAX_ITENS][MAX_PLAYER_NAME],
AntiParteNick[MAX_ITENS][MAX_PLAYER_NAME],
AntiPalavra[MAX_ITENS][20],
AntiChar[MAX_ITENS][2];
static
RowsAntiTAG,
RowsAntiParteNick,
RowsAntiNick,
RowsAntiPalavra,
RowsAntiChar;
static
String[128];

