09.07.2016, 09:26
Sometimes I really don't understand what the aversion to variables is. Instead of using "params[0]" and "params[1]", actually create two variables "targetid" and "jailTime". Readability should always take precedence over anything else. Plus, accessing an array index is actually slower than accessing a normal variable.