mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
As topic say i have trying to solve a problem with $iif($network == network), the problem i have is that the menu wont be "hided" when im on another netowrk then network i entered. tryed with $iif($network == network) too, still no go, i want the menu to be hided as long as the network aren the one i set, how do i solve this? i guess it have something to do with that im connected to two networks at the same time? :tongue:


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
$iif($network == QuakeNet,Menu Item,$style(2) Menu Item):command
Menu Item is shown on all networks, but only clickable on QuakeNet

$iif($network [color:red]!= QuakeNet,Menu Item,$style(2) Menu Item):command[/color]
Menu Item is clickable on all networks, but not clickable on QuakeNet

$iif($network == QuakeNet,Menu Item):command
Menu Item only appears on QuakeNet

$iif($network [color:red]!= QuakeNet,Menu Item):command[/color]
Menu Item appears on all networks except QuakeNet

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
I solved it, but thxn anyway smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard