Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

A simple plugin that invites the player to the desired group

License

Notifications You must be signed in to change notification settings

rumblefrog/Steam-Group-Invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam-Group-Invite Build Status

A simple plugin that invites the player to the desired group on command trigger

Usage

  • sm_invite
  • sm_ingroup

Convars

  • sc_username (Steam account username)
  • sc_password (Steam account password)
  • sgi_groupid (Group ID64)

Prerequisite

Installing

  1. Download and extract SteamWorks to addons/sourcemod/extensions
  2. Download and extract SteamCore to addons/sourcemod/plugins
  3. Edit server.cfg and add the listed convars

Find Your Group ID64

  1. Goto https://steamcommunity.com/groups/MaxDBNET/memberslistxml/ (Replace MaxDBNET with your group name)
  2. Search for numbers encased in <groupID64>*</groupID64> (Ex: 103582791457828777)
  3. Use that number in sgi_groupid

Note

  • There might be a server freeze for about 0.5 second while it's performing RSA calculation which only occurs once per session
  • Steam username/password must be <= 32 characters
  • Steam only allows 64-bit group ID

Download

Download the latest version from the release page

License

MIT