Author Topic: PlayerTitle [v1.2] - A name and title display module  (Read 49403 times)

0 Members and 1 Guest are viewing this topic.

Offline Guardian9978

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #15 on: June 29, 2008, 10:18:26 PM »
Thanks link works great.

Offline Lt.Smith

  • Newbie
  • *
  • Posts: 32
  • Karma: 4
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #16 on: July 02, 2008, 06:04:47 AM »
Updated to v1.2

Code: [Select]
v1.2
- [ADDED] Added check to see if player was ragdolled/jailed/turned into a melon. Names are hidden during this time to prevent them from showing up at wierd locations.


Now when a player is ragdolled their name won't show up in places where it shouldn't be. It might seem to update a little slowly, but the timer only checks every 4 seconds what the player's status is, to prevent having to sync every half a second. This only works with ULX because it makes use of ulx.getExclusive(). But if you don't have ULX, the timer and checking function won't load anyway, so no problem.

Besides, if you don't have ULX, what are you doing, go download it! :P
« Last Edit: July 02, 2008, 06:07:09 AM by Lt.Smith »

Offline Killers2

  • Newbie
  • *
  • Posts: 33
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #17 on: July 06, 2008, 08:45:01 AM »
I am using this on my server and it is pretty good addon  ;D

However on play disconnect it seems to crash my server  ???

Offline Sc00by22

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #18 on: July 29, 2008, 12:00:30 PM »
Could we make it so when they are dead, It hides their name?

Offline saintmark

  • Newbie
  • *
  • Posts: 27
  • Karma: 1
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #19 on: July 31, 2008, 12:02:52 AM »
Lt. Smith
My hat goes off to you Sir...
Great idea and My guys love it...
This will be a permanent part of my server from now on!
Awesome Work

Sparky

  • Guest
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #20 on: August 19, 2008, 09:34:12 PM »
I want to block this for some usergroups.
What command do I add to deny?

Offline WildWill

  • Global Moderator
  • Full Member
  • ****
  • Posts: 100
  • Karma: 15
    • Beast_Building_Server
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #21 on: September 13, 2008, 09:01:06 AM »
I'm running this on my server right now and it's very nice indeed. Only one issue that I ask, can you make it so that when people are cloaked the tags are gone?

Offline Killers2

  • Newbie
  • *
  • Posts: 33
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #22 on: September 21, 2008, 06:09:29 AM »
Did you ever fix the crash when players disconnect?

Offline WildWill

  • Global Moderator
  • Full Member
  • ****
  • Posts: 100
  • Karma: 15
    • Beast_Building_Server
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #23 on: September 21, 2008, 06:50:01 AM »
Maybe give it another shot there Killer, this is running fine on my dedicated server.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #24 on: September 21, 2008, 01:34:28 PM »
I'm running this on my server right now and it's very nice indeed. Only one issue that I ask, can you make it so that when people are cloaked the tags are gone?
Nice idea Will. Sorry I didn't think/notice this sooner.
Smith, this shouldn't be too difficult. I've not looked at your code to see where the 'skip adding text/hide text/do nothing if cloaked' code bit would go, but ULX tags on a "ghosted" true tag to the player index. ULX's GetExclusive "ghosted" is also set.
I believe you should be able to add this without requiring the downloader have ULX installed (therefore making it compatible to non-ULX servers)

-edited by WildWill   Smith's script, not Jays.
« Last Edit: September 21, 2008, 05:28:19 PM by WildWill »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Cephalexin

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #25 on: December 23, 2008, 12:27:53 AM »
can you make it so it hides when the user is cloaked? because it pretty much takes away the whole point of cloaking
or if someone could tell me how to modify it?


Thanks,
//Craig

Offline Lt.Smith

  • Newbie
  • *
  • Posts: 32
  • Karma: 4
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #26 on: January 05, 2009, 07:21:54 AM »
Nice idea Will. Sorry I didn't think/notice this sooner.
Smith, this shouldn't be too difficult. I've not looked at your code to see where the 'skip adding text/hide text/do nothing if cloaked' code bit would go, but ULX tags on a "ghosted" true tag to the player index. ULX's GetExclusive "ghosted" is also set.
I believe you should be able to add this without requiring the downloader have ULX installed (therefore making it compatible to non-ULX servers)

-edited by WildWill   Smith's script, not Jays.

Man, I haven't checked back here. It already hides when people are ghosted, because it checks exclusive flags if I'm not mistaken. It's been a while since I looked at this.

It's on my to-do list but to be honest I have examinations soon so I'm rather preoccupied. It's nice to see people enjoy the addon though :)

Offline Cephalexin

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #27 on: January 31, 2009, 10:14:09 AM »
the player title also shows when spectating someone, would be nice to hide that on a future release

Offline Vexont

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #28 on: October 28, 2009, 04:55:58 PM »
Could anyone make a new download link? The old one is broken.

Sorry for the epic bump.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: PlayerTitle [v1.2] - A name and title display module
« Reply #29 on: October 28, 2009, 06:46:51 PM »
LtSmith seems to still visit here occasionally. His profile shows last visit end of August.
Try sending a PM, or see if he has his email listed publicly in his profile.
(I know I can see it, but I'm logged in as admin)

The domain he originally linked to ( www.gmodsauce.com ) still exists and runs an SMF Gmod forum, just seems no files are currently listed. Seems to be going through a rebuild.

I'd be curious if the ULib portions of it still work both with our release, and our latest SVN rewrites.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming