Page 1 of 1

Bomb Health

Posted: Thu Nov 18, 2010 9:06 am
by ShAym
Nume:Bomb health
Autor:ShAym
Versiune:1,0

SMA:

Code: Select all

#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 15 hp si se aude un sunet!

Poze:
Image[/url]

Re: Bomb Health

Posted: Thu Dec 23, 2010 1:44 pm
by files!
bine ca ai pus si poza