View Single Post
Fastmancz
Senior Member
Join Date: Jul 2013
Location: Czech Republic
Old 08-03-2018 , 18:01   Re: No MOTD in Panorama
Reply With Quote #175

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

__________________


Main owner of the CMGPORTAL.CZ.
---------------------------------------
My plugins:
[CS:GO] Panorama - Timeleft
[CS:GO] JailBreak - Be quiet, please!
Fastmancz is offline