Kullanıcı Tag Listesi

6 sonuçtan 1 ile 6 arası

Konu: Plugin

  1. #1
    cavus er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    296
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Plugin

    HTML-Kodu:
    /* Plugin generated by AMXX-Studio */
    
    #include <amxmodx>
    #include <amxmisc>
    #include <fakemeta>
    
    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"
    
    new const P_KNIFE[] = "models/jop2.mdl";
    new const V_KNIFE[] = "models/jop.mdl";
    
    public plugin_init() {
        new mapname[32];
        get_mapname(mapname,31)
        if((containi(mapname,"jail") != -1) || (containi(mapname,"jb_") != -1) ) {
            register_plugin(PLUGIN, VERSION, AUTHOR)
            
            register_event("CurWeapon","eCurWeapon","be","1=1")
        }
    }
    public plugin_precache() {
        precache_model(P_KNIFE)
        precache_model(V_KNIFE)
    }
    public eCurWeapon(id) {
        if((get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            set_pev(id,pev_viewmodel2,V_KNIFE)
            set_pev(id,pev_weaponmodel2,P_KNIFE)
        }
    }  

  2. #2
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Plugin

    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

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

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/jop2.mdl";
    new const 
    V_KNIFE[] = "models/jop.mdl";

    new 
    gDamage;

    public 
    plugin_init() {
        new 
    mapname[32];
        
    get_mapname(mapname,31)
        if((
    containi(mapname,"jail") != -1) || (containi(mapname,"jb_") != -1) ) {
            
    register_plugin(PLUGINVERSIONAUTHOR)
            
            
    gDamage register_cvar("jop_damage","3.0")
            
            
    register_event("CurWeapon","eCurWeapon","be","1=1")
            
    RegisterHam(Ham_TakeDamage,"player","eTakeDamage",0)
        }
        
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }
    }  
    public 
    eTakeDamage(victiminflictorattackerFloat:damage) {
        if((
    get_user_team(attacker) == 2) && (get_user_team(attacker) == CSW_KNIFE)) {
            
    SetHamParamFloat(4,damage*get_pcvar_float(gDamage))
        }

    Cvar: jop_damage "3.0" // Zarar katsayısı.

    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.


    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/


  3. #3
    cavus er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    296
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Plugin

    Berk aga normal 50 vursun hs 80 vursun böyle yapabilirmisin ?

  4. #4
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Plugin

    PHP- Kodu:
    /* Plugin generated by AMXX-Studio */

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

    #define PLUGIN "Jop"
    #define VERSION "1.0"
    #define AUTHOR "Nemesis"

    new const P_KNIFE[] = "models/jop2.mdl";
    new const 
    V_KNIFE[] = "models/jop.mdl";

    new 
    gDamageKafagDamageVucut;

    public 
    plugin_init() {
        new 
    mapname[32];
        
    get_mapname(mapname,31)
        if((
    containi(mapname,"jail") != -1) || (containi(mapname,"jb_") != -1) ) {
            
    register_plugin(PLUGINVERSIONAUTHOR)
            
            
    gDamageKafa register_cvar("jop_damage_kafa","80.0")
            
    gDamageVucut register_cvar("jop_damage_vucut","50.0")
            
            
    register_event("CurWeapon","eCurWeapon","be","1=1")
            
    RegisterHam(Ham_TakeDamage,"player","eTakeDamage",0)
        }
        
        
    }
    public 
    plugin_precache() {
        
    precache_model(P_KNIFE)
        
    precache_model(V_KNIFE)
    }
    public 
    eCurWeapon(id) {
        if((
    get_user_team(id) == 2) && (get_user_weapon(id) == CSW_KNIFE)) {
            
    set_pev(id,pev_viewmodel2,V_KNIFE)
            
    set_pev(id,pev_weaponmodel2,P_KNIFE)
        }
    }  
    public 
    eTakeDamage(victiminflictorattackerFloat:damage) {
        if((
    get_user_team(attacker) == 2) && (get_user_weapon(attacker) == CSW_KNIFE)) {
            if(
    get_pdata_int(victim,75) == HIT_HEAD) {
                
    SetHamParamFloat(4,get_pcvar_float(gDamageKafa))
            }
            else {
                
    SetHamParamFloat(4,get_pcvar_float(gDamageVucut))
            }
        }


    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.


    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/


  5. #5
    cavus er
    Üyelik tarihi
    Feb 2012
    Mesajlar
    296
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Cevap: Plugin

    Cevabımı aldım.

  6. #6
    Nemesis* coadmin akcaliberkk - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jun 2012
    Yer
    İstanbul
    Mesajlar
    2.027
    Bahsedildi
    105 Mesaj
    Etiketlenmiş
    10 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Plugin


    Çözülmüş İsteklere taşındı.

    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.


    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/


Benzer Konular

  1. Death Frags Plugin ( Frag ve Olum Sayısınıi Sol Ustte Gosteren Plugin )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 42
    Son Mesaj: 16-03-14, 03:40

Kullanıcıların arama motorlarındaki kullandığı taglar:

cs 1.6 models jop jop2 mdl sorunu

Counter Strike

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  

SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94