View Single Post
VPPGamingNetwork
Veteran Member
Join Date: Sep 2012
Location: Japan
Old 08-03-2018 , 18:18   Re: No MOTD in Panorama
Reply With Quote #176

Quote:
Originally Posted by Fastmancz View Post
Probably I found it.

https://partner.steamgames.com/doc/a...erlayToWebPage
https://github.com/alliedmodders/hl2...friends.h#L275

I think the SteamWorks (https://forums.alliedmods.net/showthread.php?t=229556) currently doesn't support ISteamFriends Interface. Can you please add it (if this is the right function)? Thanks.

For example:
PHP Code:
#include <sourcemod>
#include <steamworks>

public void OnPluginStart()
{
    
RegConsoleCmd("sm_motd"motd);
}

public 
Action motd(clientargs)
{
    
SteamWorks_ActivateGameOverlayToWebPage("https://google.com");

Please don't do this, just let it be. If valve one day want to add back MOTD then they will. It's not on their list to do since Panorama still buggy. Just weather the storm for now.
__________________

We provide MOTD Ads
Net 1 payments
Visit us
VPPGamingNetwork is offline