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

After using frag rune all frags go from unjustifed to justifed. Another problem with ctrl+r

ligus

New Member
Joined
Apr 26, 2010
Messages
253
Reaction score
0
Hey, there is problem with frags on the website, after using frag rune frags from top fraggers/top guilds are removed and in table "Victims" description is changed from "unjustifed" to "justifed".

frag remover.lua:
Code:
db.executeQuery("UPDATE `killers`, `player_killers` SET `killers`.`unjustified` = '0' WHERE `killers`.`id` = `player_killers`.`kill_id` AND `player_killers`.`player_id` = " .. getPlayerGUID(cid))

Is it possible to fix something here or should it be chagned in php scripts?


Second problem - when someone sends report via ctrl+r it does not come somewhere, where it should be?
 
Back
Top