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

How to clean frags? REP++

rodrigosch

New Member
Joined
Aug 20, 2008
Messages
77
Reaction score
0
Help, in my server, I need to reset frags, i reset red skull on database, but frags continue!

Helpp!

How I do it;?

REP++

Thx to now
 
I need this too ;/

If i go in to database and set skull and skulltime to 0, if the player get one more frag he get the skull back, because the frags was not removed :(
 
Redskulltime thing wont work no, red skull will be removed, but when you get another frag u'll get it back ;P

If i empty the killers table, the death list will be kinda fucked up right?
 
Yes, It will delete all the frags and deaths of everybody (last kills subtopic will me empty :eek:)...
You must execute this query in phpmyadmin (SQL tab):
Code:
UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = [COLOR="Red"][B]XXXX[/B][/COLOR]);
Change XXXX by the id of the player.
 
Back
Top