Autor Beitrag
deagle Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 89



BeitragVerfasst: Mi 28.08.02 05:05 
jo ich habe es geschafft!! ;) Bin froh das ich auch mal was alleine gemacht habe!! ;)

Hier erstmal den richtigen Code!

ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
Var passwd :String; 
Begin
If CheckBox1.Checked then
Passwd := ' +password '+Edit2.Text
else
passwd := '';
WinExec(PCHAR('C:\Sierra\Counter-Strike\cstrike.exe -console +connect '+edit1.text+Passwd) ,SW_SHOW);

end;

end.