★ Player Join/Leave Announcer ★

Search, find and discuss about Mutators!
Buggie
Godlike
Posts: 2698
Joined: Sat Mar 21, 2020 5:32 am

Re: ★ Player Join/Leave Announcer ★

Post by Buggie »

In ServerPackages? For what? It is completely server-side mutator.

( Level.NetMode == NM_DedicatedServer || Level.NetMode == NM_StandAlone)
NM_StandAlone? Someone able to join for you when you play locally? And you wanna notify about that?

Automatically merged

Ah. You use Internal Sounds. So you for that send package.

Automatically merged

Last edited by Buggie on Fri Sep 30, 2022 10:00 am, edited 1 time in total.
User avatar
Barbie
Godlike
Posts: 2792
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: ★ Player Join/Leave Announcer ★

Post by Barbie »

Instead of SpawnNotification() also ModifyPlayer() could have been used to detect incoming players.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Buggie
Godlike
Posts: 2698
Joined: Sat Mar 21, 2020 5:32 am

Re: ★ Player Join/Leave Announcer ★

Post by Buggie »

Maybe. But this need be Mutator and appear in mutator list and chain. Currently it can be just ServerActor.
User avatar
Que
Inhuman
Posts: 781
Joined: Mon Dec 09, 2019 5:49 am
Personal rank: ...
Contact:

Re: ★ Player Join/Leave Announcer ★

Post by Que »

updated version in first post.

Code: Select all

Changelog:
==========
PlayerAnnouncer3.

Added message on screen for incoming/leaving players. Thanks @Buggie for fixing leaving messages.

:gj:

Any problems such as Invisible Players or stuck player meshes in maps at spawn points let me know.
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
User avatar
UTPe
Masterful
Posts: 583
Joined: Sun Jul 12, 2009 7:10 pm
Personal rank: Dude
Location: Trieste, Italy
Contact:

Re: ★ Player Join/Leave Announcer ★

Post by UTPe »

thanks everyone, the mutator works fine ! :highfive:
Personal map database: http://www.ut99maps.net

"These are the days that we will return to one day in the future only in memories." (The Midnight)
Post Reply