07.03.2014, 12:45
Try using this:
EDIT: I don't know what is 'Imput', is that an integer or a string?
pawn Код:
db_query(rcon_attempts, "CREATE TABLE IF NOT EXISTS `Tabel` (IP varchar(24), Imput INTEGER DEFAULT 0 NOT NULL, Hour INTEGER DEFAULT 0 NOT NULL, Minute INTEGER DEFAULT 0 NOT NULL, Second INTEGER DEFAULT 0 NOT NULL)");