Results 1 to 3 of 3

Thread: stuffsrv

  1. #1

    Default stuffsrv

    I had it like:
    Code:
    stuffsrv "say new map Stalingrad"
    stuffsrv "map dm/mohdm6"
    and it showed up like:
    Code:
    console: new map Stalingradmap dm/mohdm6
    I guess there has to be a wait in there? or maybe I can do it like:
    Code:
    stuffsrv "say new map Stalingrad;map dm/mohdm6"
    or would that mess it up?


    I was suprised but not a big deal ;P
    :)

  2. #2

    Default

    no, do it like so:

    PHP Code:
    stuffsrv "say new map Stalingrad\n"
    stuffsrv "map dm/mohdm6\n" 
    Escape sequence \n tells mohaa it's the end of the line.

  3. #3

    Default

    Ah thank you
    :)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •