/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <tutor>
#define PLUGIN "Gyilkosod [CZ Ablak]"
#define VERSION "1.0"
#define AUTHOR "PikHácsúú#"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("DeathMsg", "halal", "a")
tutorInit();
}
public halal()
{
new killer = read_data(1)
new victim = read_data(2)
new nev[33]
get_user_name(killer, nev, 31)
tutorMake(victim,TUTOR_RED,5.0,"Gyilkosod: %s", nev)
new asd[33]
get_user_name(victim, asd, 31)
tutorMake(killer, TUTOR_GREEN,5.0, "Aldozatod: %s", asd)
}
public plugin_precache() {
tutorPrecache()
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1038\\ f0\\ fs16 \n\\ par }
*/