Ulysses
General => Developers Corner => Topic started 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.
-
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)
-
I dont know if I can do this jammin, im not good at lua :/
-
Nvm, found an addon with these features.