• 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!

Windows War system?

Evan

A splendid one to behold
Senator
Premium User
Joined
May 6, 2009
Messages
7,018
Solutions
1
Reaction score
1,040
Location
United States
I downloaded a REV that is included a war system, this is the first time I'm using the system.
So, I received an error that is completely unknown to me, so if anyone can clarify how to fix this issue, I'd appreciate it.

Thanks :)

Console error:
Code:
[23:34:30.688] mysql_real_query(): SELECT `pk`.`player_id`, `pd`.`date` FROM `pl
ayer_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `p
layer_deaths` pd ON `k`.`death_id` = `pd`.`id` WHERE `pd`.`player_id` = 2 AND `k
`.`unjustified` = 1 AND `pd`.`date` >= 1307936070 AND `k`.`war` = 0 - MYSQL ERRO
R: Unknown column 'k.war' in 'where clause' (1054)
 
Back
Top