Author Topic: MOTD and Uteam help  (Read 1920 times)

0 Members and 2 Guests are viewing this topic.

sambr

  • Guest
MOTD and Uteam help
« on: July 30, 2007, 02:37:45 AM »
Ive read most of the Motd post but none of them have helpped as well as for Uteam, in My MOTD it just comes up with you are playing counerstrike like the one you get when you play on single player in cs how can i fix this, also it is mention somewhere that in Uteam i can change the txt file so a team can have certain weapons using playerrespawn can you tell me where and what i should put in to do this? This is what i have so far...
"Out"
{
   "teams"
   {
      "1"
      {
         "name"      "SuperAdmins"
         "group"      "superadmin"
         "armor"      "1000"
         "hp"      "1000"
         "color"
         {
            "a"      "255"
            "B"      "85"
            "g"      "200"
            "r"      "0"
         }
         "plytable"
         {
            "1"      "SprintSpeed:1000"
            "2"      "WalkSpeed:500"
         }
      }
      "2"
      {
         "name"      "Admins"
         "group"      "admin"
         "armor"      "500"
         "hp"      "500"
         "color"
         {
            "a"      "255"
            "B"      "50"
            "g"      "50"
            "r"      "255"
         }
      }
      "3"
      {
         "name"      "Operators"
         "group"      "operator"
         "armor"      "200"
         "hp"      "200"
         "color"
         {
            "a"      "255"
            "B"      "0"
            "g"      "200"
            "r"      "255"
         }
      }
      "4"
      {
         "name"      "special"
         "group"      "special"
         "color"
         {
            "a"      "255"
            "B"      "255"
            "g"      "100"
            "r"      "0"
         }
         "model"      "male1"
      }
                "5"
      {
         "name"      "normal"
         "group"      "user"
         "color"
         {
            "a"      "255"
            "B"      "255"
            "g"      "100"
            "r"      "0"
         }
         "model"      "male1"
      }
   }
   "gamemodes"
   {
      "1"      "DarkRp"
   }
}

I greatly appreciate your help and what you do.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: MOTD and Uteam help
« Reply #1 on: July 30, 2007, 06:57:40 AM »
Your motd.txt file should be in <gmod root>, the folder that contains /addons, /lua, /materials, /models,

UTeam has no current way to control weapons load.
I believe the "somewhere" you talk about was by someone else who tinkers with lua code, and thought it would be possible to do.

(Technically, it is possible, however, we (Team Ulysses) have not written code into ULX, nor has spbogie (author of UTeam) written code to do it)
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming