mIRC Homepage
Posted By: jacksparrow2 help on dialog - 14/04/04 03:37 PM
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
Posted By: sparta Re: help on dialog - 14/04/04 05:31 PM
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..
Posted By: jacksparrow2 Re: help on dialog - 14/04/04 08:53 PM
i fixed the reason was the var %canal1 is empty
© mIRC Discussion Forums