hello guyz can any one tell me how to make the console say like this : Console : Visit Our Website At www.blablabla.com or : console : faire play and have fun (i mean to make it say by a script not by type on console : "rcon say ..." )
How you mean to do that from admin tool direct from console or..? i mean what kind of message you need from where you want to use it.
The easiest was is to use an external admin tool, like Autokick, CI, Foresight. Second way is to write a script for it, a concept is like this: thread console: if (getcvar("consolemessages") == "1") { say "visit our website at www.blablabla.com" wait 60 thread console { } Not sure about the script tho.
heres script i use in global folder its called maps_msg.scr thread message_show end //************************************************************************************** message_show: wait 30 iprintln "No Swearing or Crude Language" iprintln "Violaters will be kicked or Banned!" wait 60 iprintln "Visit" iprintln "www.twzfragzone..com" goto message_show end of course to use this script you have to call it in each map script like so exec global/maps_msg.scr
i didnt mean this i mean that the message like whene type on console "rcon say ..." but by the server (by hemself)
i just found that sayone 1 is wishper to client 1 much faster than typing it in console and thawed that script doesnt work :L Maybe there is an other command for it