CMD:arrest(playerid, params[]){ //code here jailed[targetid] = 1; SetTimerEx("UnJail", 30000, true, "i", targetid); //more code here return 1;}