|
Author
|
|
|
Member
Join Date: Jun 2015
Location: vsh_crevice_b5
|
|
Plugin ID:
|
6703
|
Plugin Version:
|
|
|
Plugin Category:
|
Fun Stuff
|
Plugin Game:
|
Counter-Strike: GO
|
|
Plugin Dependencies:
|
|
Servers with this Plugin:
|
|
| |
|
Plugin Description:
|
League Of Legends KillAnnounce deatchmatch sound
|
|
|

07-27-2020
, 10:52
Re: League Of Legends KillAnnounce fixed by AntraX
|
#1
|
Its seems it does support some others games, tho at least for me in TF2 the sounds does not play and it just prints chat messages for the killing spreed.
Quote:
if(StrEqual(gamename, "tf")){
HookEvent("teamplay_round_start", roundstart_event);
}
else if(StrEqual(gamename, "dod")){
HookEvent("dod_round_start", roundstart_event);
}
else if(StrEqual(gamename, "cstrike") || StrEqual(gamename, "csgo")){
HookEvent("round_start", roundstart_event);
}
|
Quote:
g_MeleeWeaponList = CreateConVar("LOLannounce_SlayMeleeWeaponList ",
"tf_weapon_sword;tf_weapon_wrench;tf_weapon_r obot_arm;tf_weapon_fists;tf_weapon_bonesaw;tf _weapon_fireaxe;tf_weapon_bat;tf_weapon_bat_w ood;tf_weapon_bat_fish;tf_weapon_club;tf_weap on_shovel;tf_weapon_knife;tf_weapon_stickbomb ;tf_weapon_katana;tf_weapon_knife;weapon_knif e",
"MeleeWeaponList... ;");
|
__________________
Last edited by whiteskypony; 07-27-2020 at 11:17.
|
|
|
|