AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Ace announcer (https://forums.alliedmods.net/showthread.php?t=325766)

ivenuss 07-05-2020 18:57

[CS:GO] Ace announcer
 
Description:
Show message and play sound to everyone, whenever someone does ace, with actual kills.

Preview:
[ACE] Player venus did ACE with 5 kills!

Cvars:
Code:

sm_aceannouncer_minimum_players "5" //Minimum kills to count as an ace to user.
sm_aceannouncer_count_suicide "0" //Enable/Disable counting suicide as kill (1/0) 0 -disabled
sm_aceannouncer_sound_enabled "1" //Enable/Disable sound when player does ace (1/0)

Download:

Main repository
Direct download

eyal282 07-06-2020 06:30

Re: [CS:GO] Ace announcer
 
My plugin Useful Commands also announces ace in chat, forces fun fact to be ace, and allows the guy who aced set a custom fun fact instead .

Touric 07-06-2020 11:25

Re: [CS:GO] Ace announcer
 
Quote:

Originally Posted by eyal282 (Post 2708853)
My plugin Useful Commands also announces ace in chat, forces fun fact to be ace, and allows the guy who aced set a custom fun fact instead .

congrats

DeadSwim 07-07-2020 12:54

Re: [CS:GO] Ace announcer
 
Simple and useful

peliluola 01-21-2021 07:38

Re: [CS:GO] Ace announcer
 
I like the announcer. Tried to modify it, but I'm a beginner when it comes to reading and creating scripts.

Is it possible to make it announce during the round, on the actual kill moment?

I would like to make a mod for my server where it announces 3k, 4k and ace with these sounds:

music/kill_01.wav
music/kill_02.wav
music/kill_03.wav

... but could not figure out how to make it announce on the kill moment during the round.

ivenuss 05-20-2021 10:21

Re: [CS:GO] Ace announcer
 
Quote:

Originally Posted by peliluola (Post 2733557)
I like the announcer. Tried to modify it, but I'm a beginner when it comes to reading and creating scripts.

Is it possible to make it announce during the round, on the actual kill moment?

I would like to make a mod for my server where it announces 3k, 4k and ace with these sounds:

music/kill_01.wav
music/kill_02.wav
music/kill_03.wav

... but could not figure out how to make it announce on the kill moment during the round.

Yeah of course it is possible, but ace always happen when round ends (you kill whole enemy team) obviously. ;) You can move the logic outside of event callback Event_RoundEnd and put it inside Event_PlayerDeath callback under the existing code. And about implementing your own sounds you can check this

hoyxen 05-20-2021 18:01

Re: [CS:GO] Ace announcer
 
I will certainly use it! :crab::crab::crab:


All times are GMT -4. The time now is 04:56.

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