1. sayfa (Toplam 2 sayfa)

tek atan bicak

Gönderilme zamanı: Pzr May 28, 2017 11:09 pm
gönderen byreset
Merhabalar tek atan bicak plugini verebilecek varmi
ornek olarak /tekat yazinca 200 vuran bicak vericek 10 bin dolar karsiliginda

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 12:30 am
gönderen Mustafa Kemal1
Ulan bi pcde olsam elimde bar hatta ustune klan tagıjı bıle koyardım atan olmazsa söz sana 4/4 luk vericem..

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 12:47 am
gönderen Future Flash
Direk /tekat yazdığında vericek dimi?

Yarın ayarlarım.

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 8:01 am
gönderen byreset
@Mustafa Kemal1 @Future Flash

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 8:12 pm
gönderen byreset
@Mustafa Kemal1

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 8:21 pm
gönderen TunnS[C]
Buyur v_dehset.mdl adında bır bıcak modelı bul ısmını v_dehset.mdl yap. #define TAG "Server Ismı Ekle" burayada reklamını eklersın

Kod: Tümünü seç

#include < amxmodx >
#include < amxmisc >
#include < hamsandwich >
#include < fakemeta >
#include < cstrike >
#include < fun >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
#define is_valid_player(%1) (1 <= %1 <= 32)

#define TAG "Server Ismı Ekle"

new BICAK[] = "models/v_dehset.mdl";
new g_super,g_money;
public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    register_event( "CurWeapon",     "Event_Change_Weapon", "be", "1=1" );
    RegisterHam( Ham_TakeDamage,     "player", "FwdTakeDamage",         0);
    register_clcmd( "say /tekat", "verbana" );
    RegisterHam(Ham_Spawn,         "player", "Fwd_PlayerSpawn_Post",    1)
    
    g_money = register_cvar( "cost_super",  "10000");
}
public plugin_precache( )
{
    precache_model( BICAK );
}
public Fwd_PlayerSpawn_Post( id )
{
     g_super &= ~( 1 << id )
}
public verbana( id )
{
    if( cs_get_user_money( id ) < get_pcvar_num( g_money ) )
    {
        renkli_yazi(id, "!t[ !g%s !t] !nYeterli paraniz yoktur",TAG);
        return PLUGIN_HANDLED;
    }
    else
    {
        g_super |= ( 1 << id )
        ham_strip_weapon( id ,"weapon_knife" );
        give_item( id ,"weapon_knife" );
        renkli_yazi(id, "!t[ !g%s !t] !nSuper knife satin aldin",TAG);
    }
    return PLUGIN_HANDLED;
}

public FwdTakeDamage(victim, inflictor, attacker, Float:damage, damage_bits)
{
    if(!is_valid_player(attacker) || !is_valid_player(victim)) return HAM_SUPERCEDE
    
    if( g_super & ( 1 << attacker ) && get_user_weapon( attacker ) )
    {
        SetHamParamFloat( 4, 400.0)
        
    }
    return HAM_IGNORED;
}        
public Event_Change_Weapon( id )
{
    new weaponID = read_data( 2 );
    
    if( g_super & ( 1 << id ) && weaponID == CSW_KNIFE )
    {
        set_pev( id, pev_viewmodel2, BICAK )
    }
}

stock ham_strip_weapon(id,weapon[])
{
    if(!equal(weapon,"weapon_",7)) return 0;
    
    new wId = get_weaponid(weapon);
    if(!wId) return 0;
    
    new wEnt;
    while((wEnt = engfunc(EngFunc_FindEntityByString,wEnt,"classname",weapon)) && pev(wEnt,pev_owner) != id) {}
    if(!wEnt) return 0;
    
    if(get_user_weapon(id) == wId) ExecuteHamB(Ham_Weapon_RetireWeapon,wEnt);
    
    if(!ExecuteHamB(Ham_RemovePlayerItem,id,wEnt)) return 0;
    ExecuteHamB(Ham_Item_Kill,wEnt);
    
    set_pev(id,pev_weapons,pev(id,pev_weapons) & ~(1<<wId));
    
    return 1;
}   
/*============================================================
Renkli Yazi ! ! !
============================================================*/
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"); // Default Renk(Sarı)
	replace_all(msg, 190, "!g", "^x04"); // Yeşil Renk
	replace_all(msg, 190, "!t", "^x03"); // Takım Renk( CT mavi , T kırmızı )
	
	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();
		}
		
	}
}

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 8:51 pm
gönderen byreset
@TunnS[C] satın alınca para gitmiyor düzeltebilirmisiniz ? birde sadece terörist takımı alabileceği şekilde ayarlarmısınız ?

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 9:18 pm
gönderen Blue
Dene Bakalım.

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 9:25 pm
gönderen byreset
@Blue ctdeyken almayıda engelleyebilirmisin

tek atan bicak

Gönderilme zamanı: Pzt May 29, 2017 9:47 pm
gönderen byreset
@Blue