Command that Disable Shouts/Broadcast

KTBRDGTT

New member
Messages
7
Points
0
Github
ktbrdgtt
Anyone can give a help for this kind of script.. It like channel that you can turn on/off (makes you choose if your character will see the broadcast)

 
I think  broadcast  can only be for all and for yourself...

Target flags: - bc_all: Broadcast message is sent server-wide (default). - bc_map: Message is sent to everyone in the same map as the source of the broadcast (see below). - bc_area: Message is sent to players in the vicinity of the source. - bc_self: Message is sent only to current player.

 
Last edited by a moderator:
I see, I don't know how too if its possible. My broadcast npc script is using announce. Something like toggling .announce,0; (for disabling) or .announce,1; (enabling to receive announce from broadcast npc)

 
Back
Top