Ulysses Stuff > Releases
Player Chat Tags [2.58v]
Bytewave:
--- Quote from: Ven01273 on January 11, 2014, 08:10:48 PM ---We are not servants. When someone takes time out of their life to do something for you, you do not respond with "I am less than satisfied." You say thank you. And honestly, I think you deserve -2 Karma for that. Perhaps more complaints.
--- End quote ---
-3, now.
That was extremely disrespectful, what he said... Seriously. You don't do that kind of stuff.
Granaten:
Would anyone be able to help me. I got DarkRP 2.5.
I added the two files, and it works. BUT, it doesn't show either the OOC or Advert Tag.
Would any be able to help me?
--- Code: ---// Cleint Side apple :p
local Tags =
{
--Group --Tag --Color
{"vip", "VIP", Color(255, 93, 0, 255) },
{"mod-vip", "Moderator", Color(0, 255, 255, 255) },
{"moderator", "Moderator", Color(0, 255, 255, 255) },
{"admin-vip", "Admin", Color(255, 0, 191, 255) },
{"admin", "Admin", Color(255, 0, 191, 255) },
{"superadmin", "Senior Admin", Color(0, 255, 0, 255) },
{"developer", "Developer", Color(95, 127, 63, 255) },
{"owner", "Owner", Color(255, 0, 0, 255) },
}
hook.Add("OnPlayerChat", "Tags", function(ply, Text, Team, PlayerIsDead)
if ply:IsValid() then
for k,v in pairs(Tags) do
if ply:IsUserGroup(v[1]) then
if Team then
if ply:Alive() then
chat.AddText(Color(0, 204, 0, 255), "{TEAM} ", v[3], v[2], Color(50, 50, 50, 255), "| ", v[3], ply:Nick(), color_white, ": ", Color(255, 255, 255, 255), Text)
else
chat.AddText(Color(255, 0, 0, 255), "*DEAD*", Color(0, 204, 0, 255), "{TEAM} ", v[3], v[2], Color(50, 50, 50, 255), "| ", v[3], ply:Nick(), color_white, ": ", Color(255, 255, 255, 255), Text)
end
return true
end
if ply:IsPlayer() then
if ply:Alive() then
chat.AddText(Color(255, 0, 0, 255), "", v[3], v[2], Color(50, 50, 50, 255), "| ", v[3], ply:Nick(), color_white, ": ", Color(255, 255, 255, 255), Text)
return true
elseif !ply:Alive() then
chat.AddText(Color(255, 0, 0, 255), "*DEAD* ", v[3], v[2], Color(50, 50, 50, 255), "| ", v[3], ply:Nick(), color_white, ": ", Color(255, 255, 255, 255), Text)
return true
end
end
end
end
end
end)
--- End code ---
Bite That Apple:
All I can say is, "sdafafsadfgjfigrhguighduignsdgsduvnoihfdueifhufiodfubvsfvfsuhgfusghughdsigohdgiuhdugsddgosdhug, gdifgsodigshgohdsgusdhgisouhgnsduighsduighdsghsodghoiushguidghdfuivnceuihroueinfrveivnoiudsfg......"
Please read this thread, as it tells you what you can and can not do. I believe I've said that you can't do that as you would have to edit DarkRP for it to work. Though I think maybe others have gotten it to work.
hongsang5282:
When I see back my start.bat ,it will write like "Unknown commands sv_tags"
And the server is not apply the tags at all,helpmmm,,,,,
Neku:
--- Quote from: chaos13125 on December 10, 2013, 09:31:52 PM ---Gameplay related things. I do not understand the purpose of a deathmatch type gamemode, (though I have built a TDM gamemode myself for other people) when Garry's Mod is a sandbox based game. DarkRP is really the closest it gets to actually liking any other gamemode than sandbox.
--- End quote ---
Er. I can't ignore this.
--- Quote from: chaos13125 on December 10, 2013, 09:31:52 PM ---deathmatch type gamemode
--- End quote ---
TTT is not a simple deathmatch gamemode. It is a psychological game which tests your mind with how people can lie.
I, myself have gained several ways to detect liars, which helps me punish rule breakers who say they didn't do it.
Whenever you have time, please, look into the gamemode's actual gameplay. :D
Anywho...
--- Quote from: hongsang5282 on February 06, 2014, 10:36:57 PM ---When I see back my start.bat ,it will write like "Unknown commands sv_tags"
And the server is not apply the tags at all,helpmmm,,,,,
--- End quote ---
I'm pretty sure you need to edit some files within the addon.
And it would help us troubleshoot your problem faster if you gave us details like, gamemode, gamemode version, addons, all that fun stuff.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version