Est MotD F
From EventScripts Community Encyclopedia
Syntax: est_MotD_F <identifier> <Title> <command> <File>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionDisplay a local file (on the server) in the MOTD window in plain text (upto 1,235 bytes) [edit] Parameters
[edit] Example// First of all, create a test.txt in your_server/cstrike event player_say { //If the Player write !admins, if(event_var(text) == "!admins") do { //The MotD-Browser will open the test.txt File es est_MotD_F event_var(userid) "The Admins" 0 "test.txt" } } [edit] Notes
[edit] See Also |
