28.03.2015, 20:20
So, I got this FS. I had about 20 loose indentations, I fixed them all, now I only got 2 left. I tried multiple things, I just can't seem to get it. So, if any of you could please help me with this. I don't know what's causing the loose indentation.
Code:
Code:
Код:
function xReactionProgress() { switch(xTestBusy) { case true: { new string[250] ; format(string, sizeof(string), "No one has won the reaction test. New one starting in %d minutes.", (TIME/60000)); SendClientMessageToAll(PURPLE, string); xReactionTimer = SetTimer("xReactionTest", TIME, 1); } } return 1; }