ItsMods

Full Version: Open Steam Internet tru a menufile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know its possible open steam tru a menufile because they did it in MW2 with the DLC note and shit .. I want to open an internet page that shows my mod tru a menu, so people can easily post ideas or bugs.

anybody knows how?
Try this

C Code
  1. TEMP_CHOICE_BUTTON_VIS(5, "@MENU_STORE_CAPS", uiscript openurl "www.google.com", dvarInt( ui_flyoutHasFocus ) == FLYOUT_NONE )


No http before the www
(07-21-2011, 13:45)XeroK Wrote: [ -> ]Try this

C Code
  1. TEMP_CHOICE_BUTTON_VIS(5, "@MENU_STORE_CAPS", uiscript openurl "www.google.com", dvarInt( ui_flyoutHasFocus ) == FLYOUT_NONE )


No http before the www

Thanks but doesn't seem to work

C Code
  1. FRAME_CHOICE_BUTTON_FOCUS_VIS_EX( 7, "Report bug/Share idea", uiscript openurl "www.itsmods.com/forum/Thread-Old-School-Mode-v2-1.html";, ;, ;, 1, ;)
(07-21-2011, 13:56)iAegle Wrote: [ -> ]
(07-21-2011, 13:45)XeroK Wrote: [ -> ]Try this

C Code
  1. TEMP_CHOICE_BUTTON_VIS(5, "@MENU_STORE_CAPS", uiscript openurl "www.google.com", dvarInt( ui_flyoutHasFocus ) == FLYOUT_NONE )


No http before the www

Thanks but doesn't seem to work

C Code
  1. FRAME_CHOICE_BUTTON_FOCUS_VIS_EX( 7, "Report bug/Share idea", uiscript openurl "www.itsmods.com/forum/Thread-Old-School-Mode-v2-1.html";, ;, ;, 1, <img src="https://www.itsmods.com/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />

uiscript openurl was removed and therefor it no longer works
(07-21-2011, 15:38)[CoDBOMod]Nukem Wrote: [ -> ]
(07-21-2011, 13:56)iAegle Wrote: [ -> ]
(07-21-2011, 13:45)XeroK Wrote: [ -> ]Try this

C Code
  1. TEMP_CHOICE_BUTTON_VIS(5, "@MENU_STORE_CAPS", uiscript openurl "www.google.com", dvarInt( ui_flyoutHasFocus ) == FLYOUT_NONE )


No http before the www

Thanks but doesn't seem to work

C Code
  1. FRAME_CHOICE_BUTTON_FOCUS_VIS_EX( 7, "Report bug/Share idea", uiscript openurl "www.itsmods.com/forum/Thread-Old-School-Mode-v2-1.html";, ;, ;, 1, <img src="https://www.itsmods.com/forum/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />

uiscript openurl was removed and therefor it no longer works

So its impossible in blops?
But,
In Players List you can add Player in friends, etc ... Maybe you can find it in files?
P.S. I am Looking for it too, but cant find ...