• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[8.54-8.57] Pure Frag V.2

where should i put this ?? CREATE TABLE `z_ots_comunication` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL,
`type` varchar(255) NOT NULL,
`action` varchar(255) NOT NULL,
`param1` varchar(255) NOT NULL,
`param2` varchar(255) NOT NULL,
`param3` varchar(255) NOT NULL,
`param4` varchar(255) NOT NULL,
`param5` varchar(255) NOT NULL,
`param6` varchar(255) NOT NULL,
`param7` varchar(255) NOT NULL,
`delete_it` int(2) NOT NULL default '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
Sorry guys, Forgot this quarry...

ht1.jpg
jh.jpg
bh.jpg
 
OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such column: players.onlinetimetoday (UPDATE "players" SET "onlinetimetoday"=players.onlinetimetoday+60, "onlinetimeall"=players.onlinetimeall+60 WHERE "online" = 1;)
i add in schemas/mysql

~ ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '1',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '1';

DON'T WORK !! HELP !!
 
Back
Top