Ulysses

General => Developers Corner => Topic started by: Jaden Zepeda on December 23, 2014, 07:48:12 PM

Title: Announcer In Gmod?
Post by: Jaden Zepeda on December 23, 2014, 07:48:12 PM
Is there a possible way I could add an announcer.

"Double Kill"
"Triple Kill"

You know that kind of stuff into a Gmod Server.
Title: Re: Announcer In Gmod?
Post by: JamminR on December 23, 2014, 08:14:39 PM
PlayerDeath - track attacker - http://wiki.garrysmod.com/page/GM/PlayerDeath (http://wiki.garrysmod.com/page/GM/PlayerDeath)
Timer.Simple - run a function to count down (how many deaths by single player in X seconds) - http://wiki.garrysmod.com/page/timer/Simple (http://wiki.garrysmod.com/page/timer/Simple)
surface.PlaySound - play sound local to client - http://wiki.garrysmod.com/page/surface/PlaySound (http://wiki.garrysmod.com/page/surface/PlaySound)

Title: Re: Announcer In Gmod?
Post by: Jaden Zepeda on December 24, 2014, 09:38:30 AM
I dont know if I can do this jammin, im not good at lua :/
Title: Re: Announcer In Gmod?
Post by: Jaden Zepeda on December 24, 2014, 04:07:10 PM
Nvm, found an addon with these features.