Thread: Steam group
View Single Post
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 08-09-2018 , 22:57   Re: Steam group
Reply With Quote #2

Code:
#include <amxmodx> #define STEAM_GROUP_URL "www.steamcommunity.com/groups/mygroupusername" public plugin_init()     register_clcmd("join", "hfreflfy"); public hfreflfy(id)     show_motd(id, STEAM_GROUP_URL);
Not 100% sure if it works out with steam browser protocol, but you may give a try.
__________________

Last edited by Relaxing; 08-09-2018 at 23:13.
Relaxing is offline