#include <amxmodx>#include <cstrike>#define VERSION "0.1"public plugin_init(){ register_plugin("armor", VERSION, "Mandiii")}public client_death(killer){ new CsArmorType:ArmorType = 2 new Armor = cs_get_user_armor(killer, ArmorType) Armor += 20}