View Single Post
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 12-23-2019 , 18:53   Re: [Error] What does it mean?
Reply With Quote #7

check if this table is created "times" <-

CREATE TABLE IF NOT EXISTS `times` (`steamId` VARCHAR(32) NOT NULL, `name` VARCHAR(64) NOT NULL, `serverIp` VARCHAR(32) NOT NULL, `minutes` INT NOT NULL DEFAULT 0);

otherwise go to ur php my admin and paste that code
foxhound27 is offline