0 Members and 1 Guest are viewing this topic.
Function Shuffle(input: array of string): array of string;varlen, high : integer;begin len := GetArrayLength(input); setArrayLength(result, len) high := len-1 for i := 0 to len-1 do begin rand := Random(0, high); result[i] := input[rand]; input[rand] := input[high]; dec(high, 1); end;end;
My new password is secure as shit Mate, I am not sure Shit is even secured nowadays.
216000 ticks is one hour, the *1 is there for customization.
If it doesnt work on startup do /randomize, ill check it out and see what the deal is later.
<machina> don't answear if you don't really have idea what's going on...
there you go
Quote from: machina on December 07, 2011, 12:47:00 pm<machina> don't answear if you don't really have idea what's going on...