0 Members and 3 Guests are viewing this topic.
If you did not noticed, then I'll tell you now: Its not ready yet.
Quote from: LORD KILLA on June 29, 2009, 12:33:45 pmIf you did not noticed, then I'll tell you now: Its not ready yet. Aaaa! I must kill you for these words!!!
I didn´t get what this would do ... please explain it to me I am dumb.
"CrossFunc" - I don't know how it works. Maybe someone would PM me an example?
function CrossFunc(Params: array of variant; Func: string): variant;
function Foo(Bar: string): integer;begin WriteLn('"' + Bar + '"'); Result := StrtoInt(Bar);end;
function Foo(Bar: string): integer; // not necessary to put in a separate functionbegin Result := CrossFunc([Bar], 'HappyFeat.Foo');end;function OnCommand(Id: byte; Text: string): boolean;begin if (LowerCase(GetPiece(Text, ' ', 0)) = '/test') then Result := Foo(GetPiece(Text, ' ', 1)) = 1;end;
Sorry guys, that I did not reply faster. I am going to release an early beta-Version the next days. So - please be patient. I will fix all those known bugs before I'll add some new features.Read ya!
Quote from: ManSoft|Warlord on January 03, 2010, 01:09:51 pmSorry guys, that I did not reply faster. I am going to release an early beta-Version the next days. So - please be patient. I will fix all those known bugs before I'll add some new features.Read ya!next months already passed
Quote from: Mercury92 on April 12, 2010, 05:26:21 amQuote from: ManSoft|Warlord on January 03, 2010, 01:09:51 pmSorry guys, that I did not reply faster. I am going to release an early beta-Version the next days. So - please be patient. I will fix all those known bugs before I'll add some new features.Read ya!next months already passed Good things need time, get the time and you will see much better results