AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   [Question]Chat text trigger (https://forums.alliedmods.net/showthread.php?t=333565)

StarEx 07-22-2021 04:51

[Question]Chat text trigger
 
Hello, I'm new to this website, and I would have liked to know if it was possible to create a plugin that automatically sends a message in the chat when certain bosses appear.

Example: [FF2](Boss) has appeared!

Sorry if my english is bad.

Thanks

Maximilian_ 08-05-2021 11:14

Re: [Question]Chat text trigger
 
I think It should be realised at FF2 main plugin

doroemon 08-06-2021 10:56

Re: [Question]Chat text trigger
 
https://forums.alliedmods.net/showthread.php?t=210675
maybe try Boss Tweaks subplugin?
Code:

"abilityX"
{
    "name" "message"
    "arg1" "2"  // [integer] message type. 1 = chat message. 2 = hint message. 3 = centre text message
    "arg2" "0"  // [integer] delay, in seconds, after the start of the round before displaying message
    "arg3" "[FF2](Boss Name) has appeared!" // [string] the message to be displayed
    "plugin_name" "ff2_bosstweaks"
}


StarEx 08-06-2021 13:09

Re: [Question]Chat text trigger
 
Quote:

Originally Posted by doroemon (Post 2754632)
https://forums.alliedmods.net/showthread.php?t=210675
maybe try Boss Tweaks subplugin?
Code:

"abilityX"
{
    "name" "message"
    "arg1" "2"  // [integer] message type. 1 = chat message. 2 = hint message. 3 = centre text message
    "arg2" "0"  // [integer] delay, in seconds, after the start of the round before displaying message
    "arg3" "[FF2](Boss Name) has appeared!" // [string] the message to be displayed
    "plugin_name" "ff2_bosstweaks"
}


Yes i did, but Boss Tweaks can't send a message before round start. (During boss intro for example)


All times are GMT -4. The time now is 10:43.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.