Bomb Health

Pluginuri pentru modul AmxModX.
Post Reply
ShAym
Newbie
Newbie
Posts: 43
Joined: Tue Aug 03, 2010 7:21 pm

Bomb Health

Post 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]
files!
Hero Member
Hero Member
Posts: 798
Joined: Sun Sep 19, 2010 12:08 pm
Jucator SA:MP ?: Da
Nick:: FILEz
Jucator CS ?: Da
Location: Washington D.C
Contact:

Re: Bomb Health

Post by files! »

bine ca ai pus si poza
Zonek official server your second life
Bine ati venit pe http://forum.zonek.ro
Peace Zonek Community

Y!M : filemiez

Kiss my ass ;[

1 = f
3 = i
3 = l
7 = e
Post Reply

Return to “AmxModX”