View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-03-2018 , 20:30   Re: No MOTD in Panorama
Reply With Quote #177

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");

Wrong interface.

Just be patient.

Worst case we use the scoreboard button. If so I will update WebLync to be a landing page where you can add your links with an image.
__________________
Neuro Toxin is offline