Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
/ Inviter Public archive
forked from polvora/Inviter

SourceMod Plugin: Sends Steam group invites via game commands.

Notifications You must be signed in to change notification settings

Bara/Inviter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Inviter

I haven't tested this plugin too much, if you see a bug or want to add a new feature you can always create an issue.

Send Steam group invites from the game chat.

Client Commands

  • sm_invite [#userid|name] Sends a Steam group invite to the desired player, if it's used without arguments an invite is sent to the player who invoked it.

ConVars

Mandatory

From SteamCore
  • sc_username Steam account username.
  • sc_password Steam account password.

Optional

  • in_adminflags Administrator flags to bypass the restrictions. (default = "b")
  • in_allcaninvitethemselves Allows everybody to send invites to them themselves. (default = 1)
  • in_allcaninviteothers Allows everybody to send invites to other clients. (default = 0)
  • in_timebetweeninvites Time (in seconds) between invites that non-admins must wait before sending another one. (default = 240)

Install

Requirements

DON'T FORGET TO SETUP STEAMCORE
When you fulfil the requirements, just install as any other plugin, copy announcer.smx inside the plugins folder in your sourcemod directory.

Download

Compiled versions: inviter.smx.

If you want to compile the code yourself you have to add the include file steamcore.inc (from SteamCore, duh) inside scripting/include and then compile. (You can't use includes with the online compiler)

Changelog

[11/05/2015] v1.0

  • Initial Release.

[18/05/2015] v1.1

  • Updated to the new error codes from SteamCore.

[29/01/2017] v1.2

  • Minor optmizations.

[02/02/2017] v1.3

  • Minor code updating.

About

SourceMod Plugin: Sends Steam group invites via game commands.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SourcePawn 100.0%