Skip to content

LadderGeit/MPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Important

Plugin compatibility
This plugin is only compatible with amxmodx 1.9 or higher. Support for older versions has been discontinued for ALL my plugins.

[MPM] MOTD Private Message

GitHub Created At GitHub last commit

A simple plugin allowing players to send MOTD private messages to one another by using the "mpm" console command. Messages can only be sent to DEAD players to prevent MOTD spamming.

Usage

Console command

mpm "player" "message"

Cvars

register_cvar("mpm_adminsonly", "1");
register_cvar("mpm_adminprefix", "ADMIN");
register_cvar("mpm_adminflags", "b");
register_cvar("mpm_chatprefix", "AMXX");
register_cvar("mpm_playerprefix", "PLAYER");

Changelog

Version list
  • 1.0.0: Initial release

About

MOTD Private Message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages