Console Message

Discussion in 'Spearhead' started by ŠuÞeR, May 1, 2012.

  1. ŠuÞeR Corporal

    Contributions:
    11
    Specialties:
    Mapper, Scripting
    Processing:
    Graphics:
    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 ..." )
  2. ŠuÞeR Corporal

    Contributions:
    11
    Specialties:
    Mapper, Scripting
    Processing:
    Graphics:
    no one know :(
  3. ordever Corporal

    Contributions:
    72
    Specialties:
    Mapper, Scripting, Pure Gamer, Support
    Processing:
    Graphics:
    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.
  4. Thawed Corporal

    Contributions:
    30
    Specialties:
    Pure Gamer
    Processing:
    Graphics:
    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.
  5. Gold Sergeant

    Contributions:
    83
    Specialties:
    Textures
    Processing:
    Graphics:
    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
    supportMOH likes this.
  6. ŠuÞeR Corporal

    Contributions:
    11
    Specialties:
    Mapper, Scripting
    Processing:
    Graphics:
    i didnt mean this
    i mean that the message like whene type on console "rcon say ..." but by the server (by hemself)
  7. loeri loeri.tk

    Contributions:
    44
    Specialties:
    Mapper, Scripting, Programming, Support
    Processing:
    Graphics:
    PREMIUM
    I Donated
    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
  8. Nami Sergeant

    Contributions:
    52
    Specialties:
    Modeler, Scripting, Textures
    Graphics:
    i know what he wants , ( welcome playername ( country , state , etc , by foresight
  9. ŠuÞeR Corporal

    Contributions:
    11
    Specialties:
    Mapper, Scripting
    Processing:
    Graphics:
    yes :D i want this
    but for console message i will make it iprintln and i printlnbold

Share This Page