1. sayfa (Toplam 1 sayfa)

türkçe c4

Gönderilme zamanı: Pzr Kas 27, 2016 9:58 pm
gönderen mehmet1905
Arkadaşlar c4 ile ilgil plugini olan varmı ?

C4 xx isimli kişide.
xx isimli kişi c4 ü düşürdü VE yere attı
xx isimli kişi c4 ü kurdu..

Böyle Bir Plugin bulma şansımız varmı?

türkçe c4

Gönderilme zamanı: Pzr Kas 27, 2016 10:18 pm
gönderen Uzm4N

Kod: Tümünü seç

#include <amxmodx>
#include <amxmisc>
#include <dhudmessage>

 
#define PLUGIN "Bomb Events - Money Rewards"
#define VERSION "0.1"
#define AUTHOR "DarkSider"


new match
new stable


public plugin_init() 
{
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_event("TextMsg", "bomb_planted", "a", "2&%!MRAD_BOMBPL")
	register_event("TextMsg", "bomb_defused", "a", "2&%!MRAD_BOMBDEF")
	register_event("TextMsg", "bomb_explode", "a", "2&#Target_B")
	match = register_cvar("bomb_saymsg","1")
	stable = register_cvar("bomb_hudmsg","1")
}

public bomb_planted(id)
{
	new aName[32]
	get_user_name(id,aName,31)
        if(get_pcvar_num(match))
	{
        renkli_yazi(0,"!g%s !nC4'u !tKurdu!",aName)
	}
        if(get_pcvar_num(stable))
        {
            set_dhudmessage(0, 255, 0, -1.0, 0.25, 0, 6.0, 5.0)                   
            show_dhudmessage(0, "%s C4'u Kurdu!",aName)
        }
}

public bomb_defused(id)
{
	new aName[32]
	get_user_name(id,aName,31)
        if(get_pcvar_num(match))
	{
        renkli_yazi(0,"!g%s !tC4'u Cozdu!",aName)
	}
        if(get_pcvar_num(stable))
        {
            set_dhudmessage(0, 255, 0, -1.0, 0.25, 0, 6.0, 5.0)                   
            show_dhudmessage(0, "%s C4'u Cozdu!",aName)
        }
}

public bomb_explode(id)
{
	new aName[32]
	get_user_name(id,aName,31)
        if(get_pcvar_num(match))
	{
        renkli_yazi(0,"!g%s !tsayesinde C4 infilak edildi!",aName)
	}
        if(get_pcvar_num(stable))
        {
            set_dhudmessage(0, 255, 0, -1.0, 0.25, 0, 6.0, 5.0)                   
            show_dhudmessage(0, "",aName)
        }
}
stock renkli_yazi(const id, const input[], any:...) {
	new count = 1, players[32]
	static msg[191]
	vformat(msg, 190, input, 3)
	
	replace_all(msg, 190, "!n", "^x01"); 
	replace_all(msg, 190, "!g", "^x04"); 	
	replace_all(msg, 190, "!t", "^x03"); 
	
	if (id) players[0] = id; else get_players(players, count, "ch"); {
	for (new i = 0; i < count; i++)
	{
		if (is_user_connected(players[i]))
		{
			message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
			write_byte(players[i]);
			write_string(msg);
			message_end();
		}
	}
}
}

türkçe c4

Gönderilme zamanı: Pzr Kas 27, 2016 11:14 pm
gönderen mehmet1905
@Uzm4N
Bunları tam olarak nereye atacağımı belirtirmisniz.

türkçe c4

Gönderilme zamanı: Pzr Kas 27, 2016 11:38 pm
gönderen Uzm4N
Az sonra eve geçeceğim sma olarak atarım

türkçe c4

Gönderilme zamanı: Pzt Kas 28, 2016 12:12 am
gönderen Uzm4N
PLUGIN ( EKLENTI ) Yükle kısmına girip sma'yı yükleyin, sonra CSDC4.amxx adında yazı belirecek altta
CSDC4.amxx yazısını kopyalayıp WebFTP > addons>amxmodx>configs>plugins.ini dosyasının en altına yazıp kaydet, map değiş aktif olacaktır eklenti