Yea, xDLet 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![]()
timeToDecreaseFrags = 24 [B][COLOR="Red"]* 60[/COLOR][/B] * 1000
whiteSkullTime = 5 * 60 * 1000
timeToDecreaseFrags = 24 * 60 * 1000
whiteSkullTime = 5 * 60 * 1000
Didn't work :sMaybe 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