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

Frags

NilssoN

¯\(º o)/¯
Joined
Jun 15, 2007
Messages
1,464
Reaction score
4
Location
tjaa
How do I reset all frags on all chars on the server?
It got bugged somehow so everyone got like 100 frags -.-
 
Let me guess what happened, the frag time was to high so you decided to lower it? And Poof everyone got alot of frags? Atleast that happened to me once :p
 
Maybe the 2 spaces between * and 60

Code:
    timeToDecreaseFrags = 24 [B][COLOR="Red"]*  60[/COLOR][/B] * 1000
    whiteSkullTime = 5 * 60 * 1000

I think must be like this:

Code:
    timeToDecreaseFrags = 24 * 60 * 1000
    whiteSkullTime = 5 * 60 * 1000
 
Maybe the 2 spaces between * and 60

Code:
    timeToDecreaseFrags = 24 [B][COLOR="Red"]*  60[/COLOR][/B] * 1000
    whiteSkullTime = 5 * 60 * 1000

I think must be like this:

Code:
    timeToDecreaseFrags = 24 * 60 * 1000
    whiteSkullTime = 5 * 60 * 1000
Didn't work :s
 
Back
Top