isn't RconMax for dedicated servers ? well i'm gonna try it, ty.
I have found some mods (like BJustReal 4.0,
BJustReal Realism - BJustReal Realism )
that have included in them this kind of messaging, without using PB or Rcon programs.
I have pasted here some of the mod's .cfg paragraphs ...
//--------------------------------Server Information-------------------------------------//
// General Settings
sets .Mod "BJustReal"
//------------------------------------BJR Messages---------------------------------------//
// BJR Server messages, displayed in the lower left corner of the screen. Maximum of 10.
set bjr_message1 "This server is running ^2BJ^0ust^2R^0eal ^34.0^7."
set bjr_message2 "When spectating, press [USE] to switch between 1st person and 3rd person view."
set bjr_message3 "Have Fun !"
set bjr_message4 ""
set bjr_message5 "Shooting someone in the arm will make him drop the weapon !"
set bjr_message6 "Shooting someone in the leg will make him fall to the ground"
set bjr_message7 "When injured, you cant sprint anymore !"
set bjr_message8 "Carefully choose your class! There are big differences between them!"
set bjr_message9 "Watch out for explosions! They will toss you to the ground!"
set bjr_message10 ""
set bjr_delay 45 // Delay between messages, must be greater than 5
// BJR Next Map messages.
set bjr_mapmessages 1 // Next map messages
set bjr_mapdelay 60 // Delay between map messages, must be equal to, or greater than 60
// BJR Welcome messages.
set bjr_welcomemessage1 ""
set bjr_welcomemessage2 "The server is running ^2BJ^0ust^2R^0eal ^34.0^7."
The point is, ingame, this messages appear ! is there a way to see HOW this was acomplished from the mod ?