Poll

Was any of these somewhat interesting or "cool"?

Yes, thank you :)
262 (96.7%)
No, do better next time :(
9 (3.3%)

Total Members Voted: 0

  • Print

Author Topic: Player Connect/Disconnect Message [1.11v]  (Read 236809 times)

0 Members and 1 Guest are viewing this topic.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.07v]
« Reply #135 on: March 13, 2015, 04:25:42 am »
All my addons are updated due to an error that is occurring with code.google.com
Sorry for making you guys all download the new one...
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline FirstArmada

  • Newbie
  • *
  • Posts: 5
  • Karma: -1
Re: Player Connect/Disconnect Message [1.07v]
« Reply #136 on: March 28, 2015, 12:16:18 pm »
Can you make it so that if its someones first time connecting it says " *name* Connects for the first time" or something like that?

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.07v]
« Reply #137 on: March 28, 2015, 04:09:41 pm »
Can you make it so that if its someones first time connecting it says " *name* Connects for the first time" or something like that?

That's not possible with this addon, but with this one here it is:
/index.php/topic,8339.0.html
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline seabeds

  • Newbie
  • *
  • Posts: 35
  • Karma: 0
    • Seaside TTT
Re: Player Connect/Disconnect Message [1.09v]
« Reply #138 on: April 10, 2015, 09:43:22 pm »
Ok, originally some of my staff could see IP's of people who joined and left. Now me as super admin can see it too, how do i disable this all together? i think its annoying and nobody should see it.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #139 on: April 10, 2015, 11:12:56 pm »
Ok, originally some of my staff could see IP's of people who joined and left. Now me as super admin can see it too, how do i disable this all together? i think its annoying and nobody should see it.

Only administrators and above are able to see the steam ids of people. Though if it really bothers you that much, you can go to cl_player.lua and replace line 8 with:

Code: Lua
  1. chat.AddText( Color( 255, 0, 255 ), "[Server] ", teamcolour, name, Color( 255, 255, 255 ), " has joined in the server.")

and then replace line 27 with
Code: Lua
  1. chat.AddText( Color( 255, 0, 255 ), "[Server] ", teamcolour, name, Color( 255, 255, 255 ), " has left the server." )
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline NinetyFourMillionCats

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Player Connect/Disconnect Message [1.09v]
« Reply #140 on: April 13, 2015, 01:21:13 pm »
I never made a forum post on Ulysses, so I apologize if I do something wrong.

Long story short: I use to co-own a sandbox server that used your previous version of your Join/Disconnect addon. I edited it to change out the sound/colours. No complaints there.

I now own my sandbox server, but I did not back up any addons from the previous server. I'm aware gmod 14 has caused many addoons to be required editing to be working again/repaired, I did not think that your Join/Disconnect addon would have fall under it. I should have read over the post instead of skimming over. After realizing theres more to the code than I remember, I delete the addon from my FTP and I was lucky enough to find the old version again, and put it back on my server.

The issue I have: The tag names from the updated version of Join/Disconnect addon is still there.(apple_join_disconnect_warning) I do not know how to fully get rid of the tag names. I have deleted the folder its self, and the old version I have (Apple-Join_Leave_Msg) is currently on my server.

I apologize if the issue isnt clear

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #141 on: April 13, 2015, 09:22:33 pm »
I never made a forum post on Ulysses, so I apologize if I do something wrong.

Long story short: I use to co-own a sandbox server that used your previous version of your Join/Disconnect addon. I edited it to change out the sound/colours. No complaints there.

I now own my sandbox server, but I did not back up any addons from the previous server. I'm aware gmod 14 has caused many addoons to be required editing to be working again/repaired, I did not think that your Join/Disconnect addon would have fall under it. I should have read over the post instead of skimming over. After realizing theres more to the code than I remember, I delete the addon from my FTP and I was lucky enough to find the old version again, and put it back on my server.

The issue I have: The tag names from the updated version of Join/Disconnect addon is still there.(apple_join_disconnect_warning) I do not know how to fully get rid of the tag names. I have deleted the folder its self, and the old version I have (Apple-Join_Leave_Msg) is currently on my server.

I apologize if the issue isnt clear

I'm not entirely aware of what your issue is, can you please reexplain?
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline NinetyFourMillionCats

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Player Connect/Disconnect Message [1.09v]
« Reply #142 on: April 15, 2015, 06:54:36 pm »
The name tag from your updated version of conenct/disconnect Addon has left the name tag (http://puu.sh/hfvmh/bfcf74a4e2.png) on my server after I uinstalled it from my server. I replaced the addon with a previous version I had that did not have the name tags before.
The Join message/sound/chat notification is just fine, but the rank tag is still there. I do not know where to go to "fully" delete the updated version of your addon.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #143 on: April 15, 2015, 11:24:17 pm »
The name tag from your updated version of conenct/disconnect Addon has left the name tag (http://puu.sh/hfvmh/bfcf74a4e2.png) on my server after I uinstalled it from my server. I replaced the addon with a previous version I had that did not have the name tags before.
The Join message/sound/chat notification is just fine, but the rank tag is still there. I do not know where to go to "fully" delete the updated version of your addon.

Not my addon then mate, sorry. I just looked at my code, and it's impossible for it to be mine. Not only that, but the only addon I have that does anything with chat tags is this, and it doesn't look the same to your screenshot: /index.php/topic,6196
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline UltimateByte

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • FR Mesnie multigaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #144 on: May 13, 2015, 05:42:47 am »
Hi there, and thanks for you great addons.

Just one question : Does any of your addon tells when a player is initiating connexion to the server ? I've already seen that and am very interested in that function.

Offline newclear_atomic97

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Player Connect/Disconnect Message [1.09v]
« Reply #145 on: May 13, 2015, 10:31:00 am »
I cant see the download link... it says in need to be registered but i am... can you send me the link through steam: Newclear_At0mic

Offline Decicus

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 81
    • Alex Thomassen
Re: Player Connect/Disconnect Message [1.09v]
« Reply #146 on: May 13, 2015, 10:51:29 am »
I cant see the download link... it says in need to be registered but i am... can you send me the link through steam: Newclear_At0mic
Now that you're logged in, check the first post and it should look like this:


The download link is the "apple_join_disconnect_warning.zip" text.
Contact information:
E-mail: alex@thomassen.xyz.
You can also send a PM.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #147 on: May 13, 2015, 02:04:01 pm »
Hi there, and thanks for you great addons.

Just one question : Does any of your addon tells when a player is initiating connexion to the server ? I've already seen that and am very interested in that function.

Connection*

And no, I haven't gotten that to work correctly. It for some reason when someone connected, it didn't show the player joining which was odd. I can work on it again today actually though, as it's been a long time since I've worked on it.
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline UltimateByte

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
    • FR Mesnie multigaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #148 on: May 14, 2015, 08:36:02 am »
Sorry for "connexion" it's a French word that is too close from "connection" :p

I already wrote you a message on steam workshop about the sense of the message that is displayed.
Thanks a lot already for updating it, what i'm asking for isn't crucial at all, i just hope you're gonna have time to do it one day. :)

I personally removed the workshop version from one of my servers (the DarkRP one) and used this one that i translated into my own language and i added more RP messages.

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Player Connect/Disconnect Message [1.09v]
« Reply #149 on: May 14, 2015, 11:13:53 am »
Sorry for "connexion" it's a French word that is too close from "connection" :p

I already wrote you a message on steam workshop about the sense of the message that is displayed.
Thanks a lot already for updating it, what i'm asking for isn't crucial at all, i just hope you're gonna have time to do it one day. :)

I personally removed the workshop version from one of my servers (the DarkRP one) and used this one that i translated into my own language and i added more RP messages.

Yeah, I'll try it out this weekend, see if it works, most likely won't because the PlayerConnected hook is a little bit broken sometimes.
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

  • Print