jack meint damit den code mit dem er auch mir geholfen hat in dieser Sache
Quote:

Ok nun zu 1.)

code:


bmap pcxIp = <ip.pcx>;

text txtIp
{
pos_x = 365;
pos_y = 215;
layer = 30;
font fnt_century12;
string strIP;
}

panel pnlIp
{
bmap = pcxIP;
layer = 21;
pos_x = 400;
pos_y = 200;
on_click = join_ip;
flags = overlay,refresh;
}

string strCommandLine;
string strIP;

function join_ip()
{
txtIp.visible = on;
pnlEnterIp.visible = on;
Inkey(strIP);
str_cpy(strCommandLine, "-cl -ip ");
str_cat(strCommandLine, strIp);
exec("game.exe", strCommandLine);
exit;
}



... ist der modifizite code von locoweed!

schau dir das tutorial an !
(is erste klasse)
Link zum Tutorial