.:`=-~rANdOm~`-=:.

Introductions/Apps/Suggestions => Server Requests/Suggestions => Topic started by: ZackLabel on June 16, 2010, 03:31:27 PM

Title: Request: Name identifiers for server rank status.
Post by: ZackLabel on June 16, 2010, 03:31:27 PM
Okay the title sucks.

What I am suggesting is implementing some sort of way to know if another player on a server is respected, admin, etc. This will probably prevent some quarrels that may occur due to not knowing a minge is actually a fellow RND member or admin having fun.
Title: Re: Request: Name identifiers for server rank status.
Post by: Frank on June 16, 2010, 03:51:40 PM
Okay the title sucks.

What I am suggesting is implementing some sort of way to know if another player on a server is respected, admin, etc. This will probably prevent some quarrels that may occur due to not knowing a minge is actually a fellow RND member or admin having fun.

If it's a minge, it's a minge. It doesn't matter if it's respected, admin, super admin, or whatever.
Plus, I think the anonimity helps keeping servers better. You can punish minges better if they don't know you are respected.
Title: Re: Request: Name identifiers for server rank status.
Post by: Shawn on June 16, 2010, 04:20:36 PM
If it's a minge, it's a minge. It doesn't matter if it's respected, admin, super admin, or whatever.

Oh really? Try kicking an admin for being a minge You'll find yourself kicked and respectless after that.
Title: Re: Request: Name identifiers for server rank status.
Post by: Frank on June 16, 2010, 07:08:24 PM
Oh really? Try kicking an admin for being a minge You'll find yourself kicked and respectless after that.
That doesn't mean anything. He can be whatever, but he will still be a minge.
Title: Re: Request: Name identifiers for server rank status.
Post by: Boat Sinker on June 17, 2010, 12:29:27 PM
yeah this has been mentioned in the passed. a vip slot is existant but not in use. perhaps that can be used for respected. frank kinda has a point of making the respected anonymous by not using it. but i would say i would like to add the respected slot
Title: Re: Request: Name identifiers for server rank status.
Post by: ZackLabel on June 27, 2010, 05:42:51 PM
How about just using ULX for the servers?
Title: Re: Request: Name identifiers for server rank status.
Post by: Frank on June 27, 2010, 06:44:29 PM
How about no?
Title: Re: Request: Name identifiers for server rank status.
Post by: Sanders on June 27, 2010, 06:53:05 PM
How about no?

this.
Title: Re: Request: Name identifiers for server rank status.
Post by: Tomcat on June 27, 2010, 09:10:29 PM
ill start coding one up it will take 2-3 bissness days + shipping to paste bin costs lol
Title: Re: Request: Name identifiers for server rank status.
Post by: Tomcat on June 29, 2010, 02:27:08 PM
Code: [Select]

if (SERVER) then
AddCSLuaFile("autorun/tags.lua")
end
//Look at end for Info to add custom titles
if (CLIENT) then
function Insert( pl, msg )
local tab = {}//Insert after here
if pl:HasLevel(0) then
table.insert( tab, Color( 255, 0, 0, 255 ) )
table.insert( tab, "(Owner) " )
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
elseif pl:HasLevel(1) then
table.insert( tab, Color( 255, 0, 0, 255 ) )
table.insert( tab, "(Admin) " )
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
elseif pl:HasLevel(2) then
table.insert( tab, Color( 255, 144, 0, 255 ) )
table.insert( tab, "(Super Admin) " )
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
elseif pl:HasLevel(4) then
table.insert( tab, Color( 0, 0, 255, 255 ) )
table.insert( tab, "(Respected) " )
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
else
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, "(Temp Admin) " )
table.insert( tab, Color( 255, 255, 255, 255 ) )
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
end
chat.AddText( unpack(tab) )
return true
end
end
hook.Add("OnPlayerChat", "InsertTags", Insert)
 
/*############################Script By Tomcat############################
##################Made For .:`=-~rANdOm~`-=:. Game Servers################
VVVVVVVVVVVVVVVVVVVVVVVV INFO FOR ADDING DOWN HERE VVVVVVVVVVVVVVVVVVVVVVVV
 
elseif pl:SteamID() == "I PUT SHOES' HERE" then //add something like steamid or other custom shit
table.insert( tab, Color( 0, 0, 255, 255 ) ) //Title color
table.insert( tab, "(Title) " )
table.insert( tab, Color( 255, 255, 255, 255 ) ) //chat color
table.insert( tab, pl )
table.insert( tab, ": " )
table.insert( tab, msg )
*/

now where is my s&h costs eh pay up zach
Title: Re: Request: Name identifiers for server rank status.
Post by: ronny on June 29, 2010, 05:39:38 PM
now where is my s&h costs eh pay up zach

Nice work.
Title: Re: Request: Name identifiers for server rank status.
Post by: x???x on June 29, 2010, 11:11:32 PM
There is an addon like that, I have it too. Should i post the link?
Title: Re: Request: Name identifiers for server rank status.
Post by: SabbathFreak911 on June 29, 2010, 11:47:42 PM
Lol ulx...
Title: Re: Request: Name identifiers for server rank status.
Post by: Tomcat on June 30, 2010, 12:23:22 PM
There is an addon like that, I have it too. Should i post the link?




Its pretty much the same as that lol


I did it the way i was taught
Title: Re: Request: Name identifiers for server rank status.
Post by: coolzeldad on July 02, 2010, 05:32:34 PM
Tomcat gave this to me and I think it's a good idea!

Expect Country code identifiers soon as well :D
-coolz
Title: Re: Request: Name identifiers for server rank status.
Post by: Frank on July 02, 2010, 05:38:05 PM
No anonimity?!

NUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU!!!!!!!!!!!!!!!!!!
At least could that shiz be respected only?
Title: Re: Request: Name identifiers for server rank status.
Post by: Tomcat on July 02, 2010, 06:03:28 PM
Tomcat gave this to me and I think it's a good idea!

Expect Country code identifiers soon as well :D
-coolz


LOL OH NOES


/me changes ip to Uruguay
Title: Re: Request: Name identifiers for server rank status.
Post by: Seb on July 16, 2010, 03:06:22 PM
Oh really? Try kicking an admin for being a minge You'll find yourself kicked and respectless after that.

^Happened to me.


Well, the guy I kicked wasn't an admin, but he was respected and complained about me, which ultimately led to my demotion.


I'm all for this.
Title: Re: Request: Name identifiers for server rank status.
Post by: DoeniDon on July 16, 2010, 03:11:20 PM
Actually, you tried to complain about Magic and he just said what you did, that's why you got demoted. <3
Try telling the right story.
Title: Re: Request: Name identifiers for server rank status.
Post by: Tomcat on July 17, 2010, 01:36:04 PM
^Happened to me.


Well, the guy I kicked wasn't an admin, but he was respected and complained about me, which ultimately led to my demotion.


I'm all for this.




btw talk to me