vai nesse site https://forums.alliedmods.net/showthread.php?t=63941 e baixa o mortal kombat misc e abri a sma e procura isso :
Spoiler :
public plugin_cfg()
{
new g_addStast[] = "amx_statscfg add ^"%s^" %s"
server_cmd(g_addStast, "MK First Blood Sound", "MKBegunSound")
server_cmd(g_addStast, "MK Taunt Player", "MKTaunt")
server_cmd(g_addStast, "MK Crispy", "MKCrispy")
server_cmd(g_addStast, "MK Kombat Begin", "MKBegun")
server_cmd(g_addStast, "MK Death Counter", "MKDeathCounter")
server_cmd(g_addStast, "MK Headshot Flash", "MKHSFlash")
server_cmd(g_addStast, "MK Toasty", "MKToasty")
server_cmd(g_addStast, "MK Toasty Sound", "MKToastySound")
server_cmd(g_addStast, "MK Fight! Sound", "MKFightSound")
server_cmd(g_addStast, "MK Killing Streak", "KillingStreak")
server_cmd(g_addStast, "MK Killing Streak Sounds", "KillingStreakSound")
server_cmd(g_addStast, "MK Finish Him!", "MKFinishHim")
server_cmd(g_addStast, "MK Crispy Flash", "MKCrispyFlash")
server_cmd(g_addStast, "MK Knife Flash", "MKKnifeFlash")
server_cmd(g_addStast, "MK Easy KillStreaks", "MKEasy")
server_cmd(g_addStast, "MK HeadShot Kill Sound", "HeadShotKillSound")
server_cmd(g_addStast, "MK Knife Kill", "MKSlicenDice")
server_cmd(g_addStast, "MK Knife Kill Sound", "MKSlicenDiceSound")
server_cmd(g_addStast, "MK Bomb Defuse Succ.", "BombDefused")
server_cmd(g_addStast, "MK Bomb Def. Failure", "BombFailed")
server_cmd(g_addStast, "MultiKill Announce", "MultiKill")
server_cmd(g_addStast, "MultiKillSound Announce", "MultiKillSound")
server_cmd(g_addStast, "Bomb Planting", "BombPlanting")
server_cmd(g_addStast, "Bomb Defusing", "BombDefusing")
server_cmd(g_addStast, "Bomb Planted", "BombPlanted")
server_cmd(g_addStast, "Bomb PickUp", "BombPickUp")
server_cmd(g_addStast, "Bomb Drop", "BombDrop")
server_cmd(g_addStast, "Bomb Count Down", "BombCountVoice")
server_cmd(g_addStast, "Bomb Count Down (def)", "BombCountDef")
server_cmd(g_addStast, "Bomb Site Reached", "BombReached")
server_cmd(g_addStast, "Italy Bonus Kill", "ItalyBonusKill")
server_cmd(g_addStast, "Last Man", "LastMan")
server_cmd(g_addStast, "Grenade Kill", "GrenadeKill")
server_cmd(g_addStast, "Grenade Suicide", "GrenadeSuicide")
server_cmd(g_addStast, "HeadShot Kill", "HeadShotKill")
server_cmd(g_addStast, "Round Counter", "RoundCounter")
server_cmd(g_addStast, "Enemy Remaining", "EnemyRemaining")
server_cmd(g_addStast, "Player Name", "PlayerName")
server_cmd(g_addStast, "KillStreak Cht Msg's Off", "KillStreakChatOff")
server_cmd(g_addStast, "MK TMP/MAC10 Taunts","MKMACTMPTaunt")
}
vai na pasta configs e abri o stats.ini e coloca esses nomesin que no inicio do nome "MK" , tipo : MKTaunt