Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kaç T Kaç CT
#2
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("DeathMsg","eDeath","a")
}
public 
eDeath() {
    new 
victim read_data(2);
    if(
get_user_team(victim) == 1) {
        new 
players[32],inum;
        
get_players(players,inum,"ae","TERRORIST")
        
        
client_print(0print_chat"[AMXX] Kalan Terorist Sayisi: %d",inum);
    }



CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz:
destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/

Reply


Messages In This Thread
Kaç T Kaç CT - by skc0011 - 01-02-14, 22:55
Cevap: Kaç T Kaç CT - by akcaliberkk - 01-02-14, 23:04
Cevap: Kaç T Kaç CT - by Dexterz - 02-02-14, 01:12
Cevap: Kaç T Kaç CT - by JDM - 02-02-14, 02:36
Cevap: Kaç T Kaç CT - by akcaliberkk - 02-02-14, 02:43
Cevap: Kaç T Kaç CT - by blackzone - 02-02-14, 03:11
Cevap: Kaç T Kaç CT - by skc0011 - 02-02-14, 14:05
Cevap: Kaç T Kaç CT - by Dexterz - 02-02-14, 14:53
Cevap: Kaç T Kaç CT - by JDM - 02-02-14, 15:06
Cevap: Kaç T Kaç CT - by dogukants61 - 04-02-14, 20:05
Cevap: Kaç T Kaç CT - by JDM - 05-02-14, 01:34
Cevap: Kaç T Kaç CT - by hasan5757 - 06-06-15, 10:15

Foruma Atla:


Users browsing this thread: 1 Guest(s)