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.
- Download amxmodx 1.9 or amxmodx 1.10
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.
Console command
mpm "player" "message"
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");Version list
- 1.0.0: Initial release