mIRC Home    About    Download    Register    News    Help

Print Thread
#146722 07/04/06 09:56 AM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
i got this menu code as displayed below the prob is the games submenu should always be useable and inside the menu u can enable / disables games by clicking on them

the Games menu has no style itself bu for om reason i does get disabled..

i checked the games myzelf and both RTCW and ET are enabled inside the dll the other games are turned off
Code:
//echo omgh4x $dll(script/dlls/ingame_irc.dll,ifGameEnabled,RTCW) -> omgh4x TRUE
//echo omgh4x $dll(script/dlls/ingame_irc.dll,ifGameEnabled,RTCW) -> omgh4x TURE
the menu code
Code:
menu channel {
  -
  Ingame Irc
  .InGameIRC Options
  ;  ..Menu: ingameirc_options NOT FINISHED YET
  ..$iif(%ingameirc_script > 0,$style(1)) Run/Stop Script
  ...$iif(%ingameirc_script > 0,$style(2)) Enable InGameIRC (mIRC to InGame communication only): ingameirc_start 1
  ...$iif(%ingameirc_script > 1,$style(2)) Enable InGameIRC (2 way communiction between mIRC and InGame): ingameirc_start 2
  ...$iif(%ingameirc_script == 0,$style(2)) Disable InGameIRC: ingameirc_stop
  ..Games
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,RTCW) == TRUE),$style(1)) RTCW Return to Castle Wolfenstein: $ingameirc_switchgame(RTCW)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,ET) == TRUE),$style(1)) ET Enemy Territory: $ingameirc_switchgame(ET)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,Q3) == TRUE),$style(1)) Q3 Quake 3: $ingameirc_switchgame(Q3)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,COD) == TRUE),$style(1)) COD Call of Duty: $ingameirc_switchgame(COD)
  ...$iif($dll(script/dlls/ingame_irc.dll,ifGameEnabled,CODUO) == TRUE),$style(1)) CODUO Call of Duty - United Offensive: $ingameirc_switchgame(CODUO)
  ..Ingame Nick: %ingameirc_nickname = $?="InGame Nickname:"
  ..Ingame Prefix: %ingameirc_prefix = $?="InGame Prefix: (to add to your massages from InGame to mIRC)"
  ..$iif(%ingameirc_sendquery == 1,$style(1)) Send Query messages to InGame: %ingameirc_sendquery = $ingameirc_switch(%ingameirc_sendquery)
  ..$iif(%ingameirc_senddcc == 1,$style(1)) Send DCC messages to InGame: %ingameirc_senddcc = $ingameirc_switch(%ingameirc_senddcc)
  ..
  .Options for this Channel
  ..$iif($ingameirc_checkchan($chan) >= 0,$style(1)) Add/Remove Channel
  ...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add this Channel (chats only): $ingameirc_addchannel(%ingameirc_chanptr,$chan,c)
  ...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add this Channel (chats + notice's + actions): $ingameirc_addchannel(%ingameirc_chanptr,$chan,cna)
  ...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add this Channel (whit all flags): $ingameirc_addchannel(%ingameirc_chanptr,$chan,ctnaijqpkbm)
  ...$iif($ingameirc_checkchan($chan) >= 0,,$style(2)) Remove: $ingameirc_removechannel($chan)
  ..$iif($ingameirc_checkchan($chan) >= 0,,$style(2)) Channel Flags
  ...$iif($ingameirc_checkflags(c) > 0,$style(1)) normal Chats: $ingameirc_toggleflag(c)
  ...$iif($ingameirc_checkflags(n) > 0,$style(1)) Notices: $ingameirc_toggleflag(n)
  ...$iif($ingameirc_checkflags(a) > 0,$style(1)) Actions: $ingameirc_toggleflag(a)
  ...$iif($ingameirc_checkflags(t) > 0,$style(1)) Topics: $ingameirc_toggleflag(t)
  ...$iif($ingameirc_checkflags(i) > 0,$style(1)) nIcks: $ingameirc_toggleflag(i)
  ...$iif($ingameirc_checkflags(j) > 0,$style(1)) Joins: $ingameirc_toggleflag(j)
  ...$iif($ingameirc_checkflags(q) > 0,$style(1)) Quits: $ingameirc_toggleflag(q)
  ...$iif($ingameirc_checkflags(p) > 0,$style(1)) Parts: $ingameirc_toggleflag(p)
  ...$iif($ingameirc_checkflags(k) > 0,$style(1)) Kicks: $ingameirc_toggleflag(k)
  ...$iif($ingameirc_checkflags(b) > 0,$style(1)) Bans: $ingameirc_toggleflag(b)
  ...$iif($ingameirc_checkflags(m) > 0,$style(1)) Modes: $ingameirc_toggleflag(m)
  ..
  .Send to Ingame: ingameirc_sendtoconsole $?="Send Game Command:"
}

the current menu

#146723 07/04/06 10:01 AM
Joined: Sep 2005
Posts: 116
I
Vogon poet
OP Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
Woops i forgot some ( ( ( ( (


Link Copied to Clipboard