i got this menu now and it doesnt show up on top :tongue:
(it does show up in server status window)
Code:
menu status,menubar {
  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)
  ..
  .Send to Ingame: ingameirc_sendtoconsole $?="Send Game Command:"
}

Last edited by Im2good4u; 07/04/06 09:37 AM.