Flying Squirrel Entertainment

Mount & Blade Warband: Napoleonic Wars => Modifications => Topic started by: JMPD_Gandalf on January 27, 2019, 07:11:14 pm

Title: How to put a custom message when an aadmin join the server ?
Post by: JMPD_Gandalf on January 27, 2019, 07:11:14 pm
How to put a custom message when an aadmin join the server ?
Title: Re: How to put a custom message when an aadmin join the server ?
Post by: pete99 on January 28, 2019, 11:31:38 am
The way I would do it, you create a trigger in mission templates file when a player joins the server. Check that he is an admin (player_is_admin) operation. Then broadcast the message (string) to the other players in the server. This would require module system and basic knowledge of it, so best to start there. If you don’t know anything or little about it maybe I or someone else could write out the code for you, but I definitely recommend getting into learning it.
Title: Re: How to put a custom message when an aadmin join the server ?
Post by: Woeski on January 28, 2019, 05:41:19 pm
Sadly it lacks tutorials. Especially for Napoleonic Wars multiplayer.