CT, T'lerden birini öldürünce CT'ye bomba gelicek doğru mu anlamışım?
Bomba ne olucak? HG-FB-SG?
 
  
   
   
    
   [JB] Birisini Öldürünce Bomba Gelmesi
 [JB] Birisini Öldürünce Bomba Gelmesi Merhaba Arkadaşlar CT'den Birisi Birisini Öldürünce Otomatik Bomba Gelicek.Bu Plugin Jail İçin Olucak.Şimdiden Teşekkürler Cevabınızı Bekliyorum...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi CT, T'lerden birini öldürünce CT'ye bomba gelicek doğru mu anlamışım?
Bomba ne olucak? HG-FB-SG?
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi Bomba Gelicek Oda El Bombası...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi PHP- Kodu:/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <fun>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event( "DeathMsg", "Event_DMsg", "a" );
}
public Event_DMsg()
{
new victim = read_data( 2 );
new attacker = get_user_attacker( victim );
if( attacker == victim )
return PLUGIN_HANDLED;
if( get_user_team( attacker ) == 2 && get_user_team( victim ) == 1 )
{
if( !is_user_alive( attacker ) )
return PLUGIN_HANDLED;
if( user_has_weapon( attacker, CSW_HEGRENADE ) )
return PLUGIN_HANDLED;
give_item( attacker, "weapon_hegrenade" );
}
return PLUGIN_HANDLED;
}
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi Hemen Deniyorum...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi hamsandwich kullanmalısın kullandığın event ölen oyuncu için kullanılır Nobb öldüren için istemiş.
Doğrusu şu şekilde olacak.
PHP- Kodu:#include <amxmodx>
#include <hamsandwich>
#include <fun>
#define PLUGIN "Odul HE Bombasi"
#define VERSION "1.0"
#define AUTHOR "JDM"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Killed, "player", "OyuncuOldurunce", 1);
}
public OyuncuOldurunce(kurban, saldiran, shouldgib) {
if(is_user_connected(saldiran) && kurban != saldiran)
give_item(saldiran,"weapon_hegrenade")
}
EDIT:
He bombası CT'ye gelecekmiş yazıyı şimdi gördüm
Buyur;
PHP- Kodu:#include <amxmodx>
#include <hamsandwich>
#include <fun>
#define PLUGIN "CT Odul HE Bombasi"
#define VERSION "1.0"
#define AUTHOR "JDM"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Killed, "player", "OyuncuOldurunce", 1);
}
public OyuncuOldurunce(kurban, saldiran, shouldgib) {
if(is_user_connected(saldiran) && kurban != saldiran && get_user_team(saldiran) == 2)
give_item(saldiran,"weapon_hegrenade")
}
Konu JDM tarafından (06-08-13 Saat 14:15 ) değiştirilmiştir.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi Teşekkürler Olduda Benim Bir Tane Daha İsteğim Olacaktı.Ya Şu CT Silah Menüsündeki Yazıyı Sarı Yaparmısınız? Rengi Kırmızda.SMA Paylaş Diyorsanız Altta Paylaştım Şimdiden Teşekkürler Cevabınızı Bekliyorum...
Konu Nobb tarafından (06-08-13 Saat 15:30 ) değiştirilmiştir.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi şeklinde yaparsan sarı olur.PHP- Kodu:new menu = menu_create("\yCT Silah Menu [www.OyunLiman.TR.GG]", "wmenu")
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
 
  
   
   
    
   Cevap: [JB] Birisini Öldürünce Bomba Gelmesi
 Cevap: [JB] Birisini Öldürünce Bomba Gelmesi Çok Teşekkür Ederim...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com