Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
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?
Posts: 438
Threads: 4
Joined: May 2011
Reputation:
23
07-21-2011, 13:45
(This post was last modified: 07-21-2011, 13:46 by XeroK.)
Try this
C Code
TEMP_CHOICE_BUTTON_VIS(5, "@MENU_STORE_CAPS", uiscript openurl "www.google.com", dvarInt( ui_flyoutHasFocus ) == FLYOUT_NONE )
No http before the www
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
07-21-2011, 13:56
(This post was last modified: 07-21-2011, 13:57 by iAegle.)
(07-21-2011, 13:45)XeroK Wrote: Try this
C Code
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
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, ;)
Posts: 619
Threads: 30
Joined: Oct 2010
Reputation:
85
(07-21-2011, 13:56)iAegle Wrote: (07-21-2011, 13:45)XeroK Wrote: Try this
C Code
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
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
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
(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
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
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?
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
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 ...
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
|