mIRC Home    About    Download    Register    News    Help

Print Thread
#79233 14/04/04 03:37 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
dialog new_table {
title "Identificador de Operadores de Red y Admins ---by Hulk-"
size -1 -1 226 129
option dbu
edit "", 1, 56 13 50 10
text "Usuario ", 2, 9 14 25 8
box "Oper System", 3, 1 2 216 122
edit "", 4, 55 28 69 10, pass
text "Contraseña", 5, 8 29 35 8
button "Entrar", 6, 6 49 37 12, flat
button "Entrar ", 7, 6 61 37 12, flat
edit %canal, 8, 56 49 68 10 | set %canalj %canal
edit "", 9, 56 61 68 10
button "Aceptar", 10, 91 107 37 12
}

on 1:dialog:new_table:sclick:6: { .join %canalj }

i think i do it right


mess with the best
#79234 14/04/04 05:31 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on 1:dialog:new_table:sclick:6: { .join %canalj }

i would drop the "." .. then change that to "/" if you want somthing there.. "join" would also do just fine.. no need for "/" in a remote script..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#79235 14/04/04 08:53 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
i fixed the reason was the var %canal1 is empty


mess with the best

Link Copied to Clipboard