Game Development Community

Dash Help

by Sam · in ThinkTanks · 12/23/2006 (1:00 pm) · 4 replies

Can anyone help me with the DASH admin thing?

About the author

Recent Threads

  • Gui Help
  • TT Admin?

  • #1
    12/23/2006 (1:27 pm)
    Sure, but you have to be a little more descriptive than that. What kind of help are you looking for? Like are you aware that to get admin using dash codes it has to be your own server?
    #2
    12/23/2006 (4:02 pm)
    Okey,
    1.Well im not sure where at the bottom of 'main.cs' im am supposed to place this text exec ("game/server/dash/main.cs");

    2.I dont know how to change the password as it said to.

    3.I'v gone into my server and typed /adm but nothing has happened its just come up as text so I don't think i can use codes/cheats on my server how can i make it so they do work?

    p.s. im a new at this so thats why i need alot of help.
    #3
    12/30/2006 (8:24 am)
    1. At the bottom of main.cs place that in there.

    else
    {
       onStart();
       echo("Engine initialized...");
    }
    
    // Display an error message for unused arguments
    for ($i = 1; $i < $Game::argc; $i++)  {
       if (!$argUsed[$i])
          error("Error: Unkown command line argument: " @ $Game::argv[$i]);
    }
    
    ("game/server/dash/main.cs");

    2. Goto the dash pref.cs change passward: believe default was foobar

    3. Till the dash codes get executed you will have no codes.
    #4
    04/17/2007 (10:10 pm)
    I need help too with the same thing.
    1.I don't understand the ''README''
    i've never done this before so thats why I need help