[Include] Sistema de proibiзгo de Nick/Parte de Nick/TAG/Caractere/Palavra [SQLite]
#3

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];
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)