Kullanıcı Tag Listesi

6 sonuçtan 1 ile 6 arası
  1. #1
    binbaşı er Furkan Dize - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2012
    Yer
    İstanbul
    Mesajlar
    537
    Bahsedildi
    11 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    13

    Standart Multi Jump Only CT [Sadece CT'dekiler yapar]

    PHP- Kodu:
    /*    Formatright © 2009, ConnorMcLeod

        Multi Jumps is free software;
        you can redistribute it and/or modify it under the terms of the
        GNU General Public License as published by the Free Software Foundation.

        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with Multi Jumps; if not, write to the
        Free Software Foundation, Inc., 59 Temple Place - Suite 330,
        Boston, MA 02111-1307, USA.
    */

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

    #define ADMIN_MULTIJUMP ADMIN_RCON

    #define VERSION "0.0.7"

    #define MAX_PLAYERS 32

    #define m_iTeam 114
    #define m_afButtonPressed 246
    #define m_flFallVelocity 251

    new g_iJumpCount[MAX_PLAYERS+1]
    new 
    g_bMultiJump[MAX_PLAYERS+1 char]

    new 
    g_pCvarMultiJumpsg_pCvarTeamAllowedg_pCvarOnlyAdminsg_pCvarMaxFallVelocityg_pCvarJumpVelocity

    public plugin_init()
    {
        
    register_plugin("Multi Jumps"VERSION"ConnorMcLeod")

        
    g_pCvarMultiJumps register_cvar("mp_multijumps""1")
        
    g_pCvarTeamAllowed register_cvar("mp_multijumps_team""2"//0:nobody, 1:terrorists, 2:cts, 3:all
        
    g_pCvarOnlyAdmins register_cvar("mp_multijumps_adminonly""0")
        
    g_pCvarMaxFallVelocity register_cvar("mp_multijump_maxfallvelocity""99999999999")
        
    g_pCvarJumpVelocity register_cvar("mp_multijumps_jumpvelocity""333")

        
    register_clcmd("say /mj""ClCmd_Say_MultiJump")
        
    register_clcmd("say /multijump""ClCmd_Say_MultiJump")

        
    RegisterHam(Ham_Player_Jump"player""OnCBasePlayer_Jump"false)
    }

    public 
    client_putinserverid )
    {
        
    g_bMultiJumpid } = true
    }

    public 
    ClCmd_Say_MultiJumpid )
    {
        
    client_print(idprint_chat" * MultiJumps : %sable", ( g_bMultiJumpid } = !g_bMultiJumpid } ) ? "en" "dis")
    }

    public 
    OnCBasePlayer_Jump(id)
    {
        if( !
    g_bMultiJumpid } || !is_user_alive(id) )
        {
            return 
    HAM_IGNORED
        
    }

        new 
    fFlags pev(idpev_flags)
        if(    
    fFlags FL_WATERJUMP
        
    ||    pev(idpev_waterlevel) >= 2
        
    ||    !(get_pdata_int(idm_afButtonPressed) & IN_JUMP)    )
        {
            return 
    HAM_IGNORED
        
    }

        if(    
    fFlags FL_ONGROUND    )
        {
            
    g_iJumpCount[id] = 0
            
    return HAM_IGNORED
        
    }

        new 
    iMulti get_pcvar_num(g_pCvarMultiJumps)

        if( 
    iMulti )
        {
            if(    
    get_pcvar_num(g_pCvarTeamAllowed) & get_pdata_int(idm_iTeam)
            ||    ( 
    get_pcvar_num(g_pCvarOnlyAdmins) && get_user_flags(id) & ADMIN_MULTIJUMP )    )
            {
                if(    
    get_pdata_float(idm_flFallVelocity) < get_pcvar_float(g_pCvarMaxFallVelocity)
                &&    ++
    g_iJumpCount[id] <= iMulti    )
                {
                    new 
    Float:fVelocity[3]
                    
    pev(idpev_velocityfVelocity)
                    
    fVelocity[2] = get_pcvar_float(g_pCvarJumpVelocity)
                    
    set_pev(idpev_velocityfVelocity)
                    return 
    HAM_HANDLED
                
    }
            }
        }

        return 
    HAM_IGNORED

    Bir teşekkürü çok görmeyiniz [Alıntıdır ]
    [ OSMANLI IMP # F-TIPI JAILBREAK ]
    [ İMAN AHLAK ADALET ]

    [ Pit10 ]

    -facebook-
    [
    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.
    ]

    -diğer sosyal ağlarımız-
    [
    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.
    ]



  2. #2
    er er
    Üyelik tarihi
    Nov 2012
    Mesajlar
    44
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Multi Jump Only CT [Sadece CT'dekiler yapar]

    amxx yaparmısın
    -ɴoвle clαɴ jαιlвreαĸ ɢαмιɴɢ - popcorɴ

    -ip : 46.45.173.2

    -dɴѕ : cм2.coυɴтerмerĸezι.coм

    -мѕη :
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


    -Not : +15 Kişilik , +10 onlineli alt clan aranıyor.

    -Web : NobleSiker.Tr.gg

    -Slotluk Ücretsizdir
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  3. #3
    onbasi er
    Üyelik tarihi
    Dec 2012
    Mesajlar
    96
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    12

    Standart Cevap: Multi Jump Only CT [Sadece CT'dekiler yapar]

    saol

    ---------- Alttaki Mesaj Zamani 13:44 ---------- Önceki Mesaj Zamani 13:43 ----------

    teskkr

    ---------- Alttaki Mesaj Zamani 13:44 ---------- Önceki Mesaj Zamani 13:44 ----------

    tskkr

    ---------- Alttaki Mesaj Zamani 13:49 ---------- Önceki Mesaj Zamani 13:44 ----------

    saol

  4. #4
    onbasi er
    Üyelik tarihi
    Mar 2014
    Mesajlar
    52
    Bahsedildi
    4 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart Cevap: Multi Jump Only CT [Sadece CT'dekiler yapar]

    eyv

    - - - - - - - - - -

    eyv

  5. #5
    er er
    Üyelik tarihi
    Oct 2014
    Mesajlar
    1
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Multi Jump Only CT [Sadece CT'dekiler yapar]

    beyler bu php kodunu napıcam ya acil yardım

  6. #6
    onbasi er
    Üyelik tarihi
    Nov 2014
    Mesajlar
    50
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    10

    Standart Cevap: Multi Jump Only CT [Sadece CT'dekiler yapar]

    sasasas

Benzer Konular

  1. Multi Jump [CT ÖZEL]
    By Furkan Dize in forum Çözülmüş İstekler
    Cevaplar: 7
    Son Mesaj: 01-04-17, 16:40
  2. Multi Jump ( Çift Zıplama ) PLugini
    By Schwertle in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 117
    Son Mesaj: 21-01-17, 08:39
  3. [JB] Multi jump plugini
    By aLiveLiamk in forum Jail & Deathrun Pluginler
    Cevaplar: 5
    Son Mesaj: 16-09-14, 15:11

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

jail de ct olan ne yapar

Counter Strike

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