Est MotD T

From EventScripts Community Encyclopedia
Syntax: est_MotD_T <identifier> <Title> <command> <Message>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Display a plain text message in the MOTD window

Parameters

  • Title - The Title of the MotD Menu
  • command - Command to run on OK press (0 for no command)
  • Message - Your Message

Example


event player_death
{
		//If you die, There will be a Message on the MotD Browser.
	es est_MotD_T event_var(userid) "The Admins" 0 "You died, bether luck next time ;)"
}

Notes

  • Some est_commands you can run from a client console, this is a Server-Side command

See Also

blog comments powered by Disqus