Improved the SB_WelcomeMessage plugin by adding several new features and cleaning up the code.
Key changes:
Delay: Added a configurable delay before the message is shown, allowing the player to fully load in.
Hints: Added an option to show the message as a Hint (bottom of screen) instead of a Broadcast (top of screen).
Random Messages: The plugin now accepts a list of messages and will pick one randomly each time a player joins.
Better Config: Renamed configuration keys for clarity (wlcAct -> IsEnabled, JoinMessageDelay -> Duration).
New Placeholders: Added {userId} as a placeholder in messages.
Note: Local compilation was not possible due to missing game DLLs, but the code follows standard SCP:SL plugin patterns.