Welcome, Guest. Please login or register.
Did you miss your activation email?
September 19, 2024, 11:53:33 PM
Home Help Login Register
News: Zombie Master 2 discussion

  Show Posts
Pages: [1]
1  Other / Trouble in Terrorist Town / Re: TTT custom commands on: March 03, 2012, 06:16:08 PM
What is the point? You can type !mute <name>. It would be pointless to make that.
2  Other / Trouble in Terrorist Town / Re: TTT Defibrillator, can it be done? on: March 03, 2012, 06:13:13 PM
This was from made for SourceTribe TTT, made by Jammie Dodger. Anybody/server who has that code, has stolen code.
3  Other / Trouble in Terrorist Town / Re: Garry's Mod 13 on: February 19, 2012, 05:18:39 AM
Does that mean TTT won't be in Gmod 13?
4  Other / Trouble in Terrorist Town / Re: New Map for TTT ttt_traitormotel on: February 15, 2012, 03:42:38 PM
Very Nice. just put in on my server.
5  Other / Trouble in Terrorist Town / Floating Guns... on: February 12, 2012, 12:53:18 PM
I re install the gamemode multiple times, with TTT V28 from BKU's Site. Here's a picture to show it

http://steamcommunity.com/id/Penguino365/screenshot/506890259307642635
6  Other / Trouble in Terrorist Town / TTT Problem on: February 12, 2012, 12:03:30 PM
Im using this code for my TTT to show colors on the scoreboard.
I am using ULX admin mod. I just can't get this to work.


if SERVER then
    AddCSLuaFile("scoreboardcolors.lua")
else
    function MySBColors(ply)
        if ply:IsUserGroup("superadmin") then
                return Color(230, 19, 230)
        else
            if ply:IsUserGroup("admin") then
            return Color(17, 77, 5)
else
if ply:IsUserGroup("platinum") then
            return Color(8, 126, 243)
else
if ply:IsUserGroup("vip") then
            return Color(228, 243, 9)
            end
        end
    end
    hook.Add("TTTScoreboardColorForPlayer", "MySBColors", MySBColors)
end
Pages: [1]


Login with username, password and session length

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Page created in 0.012 seconds with 19 queries.