ShAym V.I.P
Mesaje : 10 Data de inscriere : 20/09/2010
| Subiect: Bomb Health Lun Sept 20, 2010 2:48 am | |
| Nume:Bomb health Autor:ShAym Versiune:1,0 SMA: - Cod:
-
#include <amxmodx> #include <fun> #include <colorchat>
#define PLUGIN "Bomb health" #define VERSION "1.0" #define AUTHOR "ShAym"
public plugin_init()
register_event("TextMsg", "bomb_planted", "b", "2&%!MRAD_BOMBPL")
public bomb_planted(id) { set_user_health(id, get_user_health(id) + 15) ColorChat(id,GREEN,"^x03 Ai^x01 primit^x04 15 HP^x01 ca ai^x03 plantat bomba!") client_cmd(0,"spk ^"misc/doomed.wav^"");
new namex[32] get_user_name(id, namex, 31)
ColorChat(0,GREEN,"^x03 %s^x01 a plantat bomba si a primit^x03 15 hp!",namex)
} Descriere: -Cand plantezi bomba primesti 15hp si se aude un sunet! Poze: |
|