Kullanıcı Tag Listesi

4 sonuçtan 1 ile 4 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 [JB] Ufak Bir Hata Var SHOP Plugininde

    PHP- Kodu:
    /*
    *
    *      Plugin: JailBreak Shop
    *      Autor: MaNuCs
    *  
    *      Credits: rubee
    *                Gladius
    *         capostrike93
    *         apu
    */

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

    #define is_valid_player(%1) (1 <= %1 <= 32)

    /*============================================================
                Variables
    ============================================================*/

    new     
        
    OnOff
        
    OnOff2
        
    precio1
        
    precio2
        
    precio3,
        
    precio4
        
    precio5
        
    precio6
        
    precio7
        
    precioC1
        
    precioC2
        
    precioC3,
        
    precioC4,
        
    CTDefaultDano
        
    TDefaultDano
        
    PaloDano
        
    HachaDano
        
    MacheteDano
        
    MotocierraDano,
        
    hTDefaultDano
        
    hCTDefaultDano
        
    hPaloDano
        
    hHachaDano
        
    hMacheteDano,
        
    Vida,
        
    Armor,
        
    glock1,
        
    glock2,
        
    help,
        
    g_killjp
        
    g_killhsjp
        
    g_startjp,
        
    g_maxjp,
        
    g_iMsgSayText,
        
    syncObj,
        
    Ronda[33],
        
    Speed[33],
        
    Speed2[33],
        
    TCuchillo[33],
        
    CTCuchillo[33],
        
    Destapador[33],
        
    Hacha[33],
        
    Machete[33],
        
    Motocierra[33],
        
    g_jbpacks[33],
        
    quitar[33],
        
    regalar[33],
        
    gidPlayer[33]
        

    /*============================================================
                Weapon Model's
    ============================================================*/


    new VIEW_MODELT[]       = "models/[Shop]JailBreak/Punos/Punos.mdl" 
    new PLAYER_MODELT[]     = "models/[Shop]JailBreak/Punos/Punos2.mdl" 

    new VIEW_MODELCT[]        = "models/v_bknuckles.mdl" 
    new PLAYER_MODELCT[]       = "models/p_bknuckles.mdl"

    new VIEW_Hacha[]        = "models/[Shop]JailBreak/Hacha/Hacha.mdl" 
    new PLAYER_Hacha[]       = "models/[Shop]JailBreak/Hacha/Hacha2.mdl" 

    new VIEW_Machete[]        = "models/[Shop]JailBreak/Machete/Machete.mdl" 
    new PLAYER_Machete[]    = "models/[Shop]JailBreak/Machete/Machete2.mdl"

    new VIEW_Palo[]        = "models/v_knife.mdl"
    new PLAYER_Palo[]        = "models/p_knife.mdl"

    new VIEW_Moto[]        = "models/[Shop]JailBreak/Moto/Moto.mdl" 
    new PLAYER_Moto[]        = "models/[Shop]JailBreak/Moto/Moto2.mdl" 

    new WORLD_MODEL[]        = "models/w_knife.mdl"
    new OLDWORLD_MODEL[]    = "models/w_knife.mdl"

    /*============================================================
                         Shop Sounds!
    ============================================================*/
    new const Si[]         = { "[Shop]JailBreak/Yes.wav" }
    new const 
    No[]         = { "[Shop]JailBreak/No.wav" }

    /*============================================================
                         Weapon Sound's
    ============================================================*/

    new const palo_deploy[]     = { "weapons/knife_deploy1.wav" }
    new const 
    palo_slash1[]     = { "weapons/knife_slash1.wav" }
    new const 
    palo_slash2[]     = { "weapons/knife_slash2.wav" }
    new const 
    palo_wall[]         = { "weapons/cbar_hitbod1.wav" 
    new const 
    palo_hit1[]         = { "weapons/knife_hit1.wav" 
    new const 
    palo_hit2[]         = { "weapons/knife_hit2.wav" 
    new const 
    palo_hit3[]         = { "weapons/knife_hit3.wav" 
    new const 
    palo_hit4[]         = { "weapons/knife_hit4.wav" 
    new const 
    palo_stab[]         = { "weapons/knife_stab.wav" 

    new const 
    hacha_deploy[]     = { "weapons/knife_deploy1.wav" }
    new const 
    hacha_slash1[]     = { "[Shop]JailBreak/Hacha/HSlash1.wav" }
    new const 
    hacha_slash2[]     = { "[Shop]JailBreak/Hacha/HSlash2.wav" }
    new const 
    hacha_wall[]         = { "weapons/cbar_hitbod1.wav" }
    new const 
    hacha_hit1[]         = { "[Shop]JailBreak/Hacha/HHit1.wav" }
    new const 
    hacha_hit2[]         = { "[Shop]JailBreak/Hacha/HHit2.wav" }
    new const 
    hacha_hit3[]         = { "[Shop]JailBreak/Hacha/HHit3.wav" }
    new const 
    hacha_stab[]         = { "[Shop]JailBreak/Hacha/HHit4.wav" }

    new const 
    machete_deploy[]     = { "[Shop]JailBreak/Machete/MConvoca.wav" }
    new const 
    machete_slash1[]     = { "weapons/knife_slash1.wav" }
    new const 
    machete_slash2[]     = { "weapons/knife_slash2.wav" }
    new const 
    machete_wall[]     = { "weapons/cbar_hitbod1.wav" }
    new const 
    machete_hit1[]     = { "[Shop]JailBreak/Machete/MHit1.wav" }
    new const 
    machete_hit2[]     = { "[Shop]JailBreak/Machete/MHit2.wav" }
    new const 
    machete_hit3[]     = { "[Shop]JailBreak/Machete/MHit3.wav" }
    new const 
    machete_hit4[]     = { "[Shop]JailBreak/Machete/MHit4.wav" }
    new const 
    machete_stab[]     = { "[Shop]JailBreak/Machete/MStab.wav" }

    new const 
    motocierra_deploy[]     = { "[Shop]JailBreak/Moto/MTConvoca.wav", }
    new const 
    motocierra_slash[]     = { "[Shop]JailBreak/Moto/MTSlash.wav", }
    new const 
    motocierra_wall[]     = { "weapons/cbar_hitbod1.wav" }
    new const 
    motocierra_hit1[]     = { "[Shop]JailBreak/Moto/MTHit1.wav",  }
    new const 
    motocierra_hit2[]     = { "[Shop]JailBreak/Moto/MTHit2.wav",  }
    new const 
    motocierra_stab[]     = { "[Shop]JailBreak/Moto/MTStab.wav"  }

    new const 
    t_deploy[]         = { "[Shop]JailBreak/T/TConvoca.wav", }
    new const 
    t_slash1[]         = { "[Shop]JailBreak/T/Slash1.wav", }
    new const 
    t_slash2[]         = { "[Shop]JailBreak/T/Slash2.wav", }
    new const 
    t_wall[]         = { "weapons/cbar_hitbod1.wav" }
    new const 
    t_hit1[]         = { "[Shop]JailBreak/T/THit1.wav",  }
    new const 
    t_hit2[]         = { "[Shop]JailBreak/T/THit2.wav",  }
    new const 
    t_hit3[]         = { "[Shop]JailBreak/T/THit3.wav",  }
    new const 
    t_hit4[]         = { "[Shop]JailBreak/T/THit4.wav",  }
    new const 
    t_stab[]         = { "[Shop]JailBreak/T/TStab.wav"  }

    new const 
    ct_deploy[]         = { "[Shop]JailBreak/T/TConvoca.wav", }
    new const 
    ct_slash1[]         = { "[Shop]JailBreak/T/Slash1.wav", }
    new const 
    ct_slash2[]         = { "[Shop]JailBreak/T/Slash2.wav", }
    new const 
    ct_wall[]         = { "weapons/cbar_hitbod1.wav" }
    new const 
    ct_hit1[]         = { "[Shop]JailBreak/T/THit1.wav",  }
    new const 
    ct_hit2[]         = { "[Shop]JailBreak/T/THit2.wav",  }
    new const 
    ct_hit3[]         = { "[Shop]JailBreak/T/THit3.wav",  }
    new const 
    ct_hit4[]         = { "[Shop]JailBreak/T/THit4.wav",  }
    new const 
    ct_stab[]         = { "[Shop]JailBreak/T/TStab.wav"  }



    /*============================================================
                Config
    ============================================================*/

    public plugin_init() 
    {
        
        
    register_plugin("[JB] Shop""2.9""[M]aNuC[s]_")
        
        
    register_clcmd("say /bazar""Tienda")
        
        
    register_clcmd("say /akce",     "duel_menu"ADMIN_ALL)
        
    register_clcmd("JbPacks",     "player")
        
        
    RegisterHam(Ham_Spawn,         "player""Fwd_PlayerSpawn_Post",    1)
        
    RegisterHam(Ham_TakeDamage,     "player""FwdTakeDamage",         0)
        
    RegisterHam(Ham_Killed,        "player""fw_player_killed")
        
        
    register_event("CurWeapon",     "Event_Change_Weapon""be""1=1")
        
        
    register_forward(FM_SetModel,     "fw_SetModel")
        
    register_forward(FM_EmitSound,    "Fwd_EmitSound")
        
        
    /*============================================================
                    Cvar's 
        ============================================================*/
        
    g_killjp     register_cvar("jb_killJP",         "1"); 
        
    g_killhsjp     register_cvar("jb_bonushsJP",     "7");
        
    g_startjp     register_cvar("jb_startJP",        "0"); 
        
    g_maxjp     register_cvar("jb_maxgiveJP",        "1000"); 
            
        
    OnOff         register_cvar("jb_Shop",         "1")//1(ON) 0(OFF) 
        
    OnOff2         register_cvar("jb_ShopKnifes",    "1")//1(ON) 0(OFF) 
        
    help         register_cvar("jb_help",         "1")//1(ON) 0(OFF)
        
        
    precio1     register_cvar("jb_pFlash",         "8")
        
    precio2        register_cvar("jb_pHe",         "11")
        
    precio3        register_cvar("jb_pHEFL",         "22")
        
    precio4        register_cvar("jb_pWalk",         "1")
        
    precio5        register_cvar("jb_pFast",         "28")
        
    precio6        register_cvar("jb_pDrugs",         "30")
        
    precio7        register_cvar("jb_pGlock",         "50")
        
        
    precioC1    register_cvar("jb_pKnife1",         "0")
        
    precioC2     register_cvar("jb_pKnife2",         "8")
        
    precioC3     register_cvar("jb_pKnife3",         "15")
        
    precioC4     register_cvar("jb_pKnife4",         "30")
        
        
    TDefaultDano     register_cvar("jb_dKnifeT",         "20")
        
    CTDefaultDano     register_cvar("jb_dKnifeCT",         "50")
        
    PaloDano     register_cvar("jb_dKnife1",         "35")
        
    HachaDano     register_cvar("jb_dKnife2",         "60")
        
    MacheteDano     register_cvar("jb_dKnife3",         "75")
        
    MotocierraDano     register_cvar("jb_dKnife4",         "200")
        
        
    hTDefaultDano     register_cvar("jb_dHsKnifeT",     "30")
        
    hCTDefaultDano     register_cvar("jb_dHsKnifeCT",    "80")
        
    hPaloDano     register_cvar("jb_dhsKnife1",     "45")
        
    hHachaDano     register_cvar("jb_dhsKnife2",     "65")
        
    hMacheteDano     register_cvar("jb_dhsKnife3",     "80")
        
        
    Vida         register_cvar("jb_drLife",         "200")
        
    Armor         register_cvar("jb_drArmor",         "200")
        
        
    glock1         register_cvar("jb_gClip",         "20")
        
    glock2         register_cvar("jb_gAmmo",         "0")

        
    g_iMsgSayText     get_user_msgid("SayText"
        
    syncObj     CreateHudSyncObj()
        
        
        
    /*============================================================
                    Multi Lengual!
        ============================================================*/
        
    register_dictionary("JBShop.txt")
    }

    /*============================================================
                Precaches 
    ============================================================*/
    public plugin_precache() 
    {
        
    precache_sound(Si)
        
    precache_sound(No)

        
    precache_sound(t_deploy)
        
    precache_sound(t_slash1)
        
    precache_sound(t_slash2)
        
    precache_sound(t_stab)
        
    precache_sound(t_wall)
        
    precache_sound(t_hit1)
        
    precache_sound(t_hit2)
        
    precache_sound(t_hit3)
        
    precache_sound(t_hit4)
        
        
    precache_sound(ct_deploy)
        
    precache_sound(ct_slash1)
        
    precache_sound(ct_slash2)
        
    precache_sound(ct_stab)
        
    precache_sound(ct_wall)
        
    precache_sound(ct_hit1)
        
    precache_sound(ct_hit2)
        
    precache_sound(ct_hit3)
        
    precache_sound(ct_hit4)
        
        
    precache_sound(palo_deploy)
        
    precache_sound(palo_slash1)
        
    precache_sound(palo_slash2)
        
    precache_sound(palo_stab)
        
    precache_sound(palo_wall)
        
    precache_sound(palo_hit1)
        
    precache_sound(palo_hit2)
        
    precache_sound(palo_hit3)
        
    precache_sound(palo_hit4)
        
        
    precache_sound(machete_deploy)
        
    precache_sound(machete_slash1)
        
    precache_sound(machete_slash2)
        
    precache_sound(machete_stab)
        
    precache_sound(machete_wall)
        
    precache_sound(machete_hit1)
        
    precache_sound(machete_hit2)
        
    precache_sound(machete_hit3)
        
    precache_sound(machete_hit4)
        
        
    precache_sound(hacha_deploy)
        
    precache_sound(hacha_slash1)
        
    precache_sound(hacha_slash2)
        
    precache_sound(hacha_stab)
        
    precache_sound(hacha_wall)
        
    precache_sound(hacha_hit1)
        
    precache_sound(hacha_hit2)
        
    precache_sound(hacha_hit3)
        
        
    precache_sound(motocierra_deploy)
        
    precache_sound(motocierra_slash)
        
    precache_sound(motocierra_stab)
        
    precache_sound(motocierra_wall)
        
    precache_sound(motocierra_hit1)
        
    precache_sound(motocierra_hit2)

        
        
    precache_model(VIEW_MODELT)     
        
    precache_model(PLAYER_MODELT)
        
    precache_model(VIEW_MODELCT)     
        
    precache_model(PLAYER_MODELCT)
        
    precache_model(VIEW_Palo)     
        
    precache_model(PLAYER_Palo
        
    precache_model(VIEW_Hacha)     
        
    precache_model(PLAYER_Hacha)    
        
    precache_model(VIEW_Machete)     
        
    precache_model(PLAYER_Machete)    
        
    precache_model(VIEW_Moto)     
        
    precache_model(PLAYER_Moto)        
        
    precache_model(WORLD_MODEL)

        return 
    PLUGIN_CONTINUE
    }

    /*============================================================
                         KNIFE SHOP
    ============================================================*/
    public Tienda1(id)
    {
        if(
    get_pcvar_num(OnOff2))
        {
            if (
    get_user_team(id) == )
            {
                static 
    Item[64]
                            
                
    formatex(Itemcharsmax(Item),"\y%L"LANG_PLAYER"SHOP"
                new 
    Menu menu_create(Item"CuchilleroHandler")
                            
                
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"KNIFE1"get_pcvar_num(precioC1))
                
    menu_additem(MenuItem"1")
                                
                
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"KNIFE2"get_pcvar_num(precioC2))
                
    menu_additem(MenuItem"2")
                
                
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"KNIFE3"get_pcvar_num(precioC3))
                
    menu_additem(MenuItem"3")
                
                
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"KNIFE4"get_pcvar_num(precioC4))
                
    menu_additem(MenuItem"4")

                
    menu_setprop(MenuMPROP_EXITMEXIT_ALL)
                
    menu_display(idMenu)
            }
        }
        return 
    PLUGIN_HANDLED
    }

    public 
    CuchilleroHandler(idmenuitem)
    {
        if( 
    item == MENU_EXIT )
        {
            
    menu_destroy(menu);
            return 
    PLUGIN_HANDLED;
        }
        new 
    data[6], iName[64];
        new 
    accesscallback;
        
    menu_item_getinfo(menuitemaccessdata,5iName63callback);
        
        new 
    vivo     is_user_alive(id)
        new 
    Obtener1     get_pcvar_num(precioC1)
        new 
    Obtener2     get_pcvar_num(precioC2)
        new 
    Obtener3     get_pcvar_num(precioC3)
        new 
    Obtener4     get_pcvar_num(precioC4)    
        
        new 
    key str_to_num(data);
        
        switch(
    key)
        {
            case 
    1:
            {
                if (
    g_jbpacks[id]>= Obtener1 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener1
                    CTCuchillo
    [id]     = 0
                    TCuchillo
    [id]     = 0
                    Destapador
    [id]     = 1
                    Hacha
    [id]     = 0
                    Machete
    [id]     = 0
                    Motocierra
    [id]     = 0
                    
                    
                    ham_strip_weapon
    (id"weapon_knife")
                    
    give_item(id"weapon_knife")

                    
    ChatColor(id"%L"LANG_PLAYER"BUY_KNIFE1")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            
            case 
    2:
            {
                if (
    g_jbpacks[id] >= Obtener2 && vivo)
                {
                    
                    
    g_jbpacks[id] -= Obtener2
                    CTCuchillo
    [id]     = 0
                    TCuchillo
    [id]     = 0
                    Destapador
    [id]     = 0
                    Hacha
    [id]     = 1
                    Machete
    [id]     = 0
                    Motocierra
    [id]     = 0
                    
                    ham_strip_weapon
    (id"weapon_knife")
                    
    give_item(id"weapon_knife")
                    
                    
    ChatColor(id"%L"LANG_PLAYER"BUY_KNIFE2")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
                
            case 
    3:
            {
                if (
    g_jbpacks[id] >= Obtener3 && vivo)
                {
                    
                    
    g_jbpacks[id] -= Obtener3
                    CTCuchillo
    [id]     = 0
                    TCuchillo
    [id]     = 0
                    Destapador
    [id]     = 0
                    Hacha
    [id]     = 0
                    Machete
    [id]     = 1
                    Motocierra
    [id]     = 0
                    
                    ham_strip_weapon
    (id"weapon_knife")
                    
    give_item(id"weapon_knife")
                    
                    
    ChatColor(id"%L"LANG_PLAYER"BUY_KNIFE3")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            
            case 
    4:
            {
                if (
    g_jbpacks[id] >= Obtener4 && vivo)
                {
                    
                    
    g_jbpacks[id] -= Obtener4
                    CTCuchillo
    [id]     = 0
                    TCuchillo
    [id]     = 0
                    Destapador
    [id]    = 0
                    Hacha
    [id]     = 0
                    Machete
    [id]     = 0
                    Motocierra
    [id]     = 1
                    
                    
                    ham_strip_weapon
    (id"weapon_knife")
                    
    give_item(id"weapon_knife")
                    
                    
    ChatColor(id"%L"LANG_PLAYER"BUY_KNIFE4")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
        }
        
    menu_destroy(menu);
        return 
    PLUGIN_HANDLED;
    }

    /*============================================================
                         ITEM'S MENU
    ============================================================*/
    public Tienda(id)
    {
        if(
    get_pcvar_num(OnOff))
        {
            if(
    get_pcvar_num(OnOff) && Ronda[id])
            {
                if(
    is_user_alive(id))
                {
                    if (
    cs_get_user_team(id) == CS_TEAM_T )
                    {
                        new 
    contador=0;
                        new 
    players[32], numtempid;
                        
                        
    get_players(playersnum)
                        
                        for (new 
    i=0i<numi++)
                        {
                            
    tempid players[i]
                            
                            if (
    get_user_team(tempid)==&& is_user_alive(tempid))
                            {
                                
    contador++;
                            }
                        }
                        if ( 
    contador == )
                        {
                            
    ChatColor(id"%L"LANG_PLAYER"LAST")
                        }
                        else if ( 
    contador >= )
                        {
                            static 
    Item[64]
                            
                            
    formatex(Itemcharsmax(Item),"\y%L"LANG_PLAYER"SHOP")
                            new 
    Menu menu_create(Item"TiendaHandler")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"FLASH"get_pcvar_num(precio1))
                            
    menu_additem(MenuItem"1")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"HE"get_pcvar_num(precio2))
                            
    menu_additem(MenuItem"2")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"HEFLASH"get_pcvar_num(precio3))
                            
    menu_additem(MenuItem"3")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"FOOTSTEPS"get_pcvar_num(precio4))
                            
    menu_additem(MenuItem"4")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"SPEED"get_pcvar_num(precio5))
                            
    menu_additem(MenuItem"5")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"DRUGS"get_pcvar_num(precio6))
                            
    menu_additem(MenuItem"6")
                            
                            
    formatex(Itemcharsmax(Item),"\w%L \y[%d AKCE]",LANG_PLAYER"GLOCK"get_pcvar_num(precio7))
                            
    menu_additem(MenuItem"7")
                            
                            
    menu_setprop(MenuMPROP_EXITMEXIT_ALL)
                            
    menu_display(idMenu)
                        }
                    }
                    else
                    {
                        
    ChatColor(id"%L"LANG_PLAYER"ONLY")
                    }
                }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"DEAD")
                }
            }
            else
            {
                
    ChatColor(id"%L"LANG_PLAYER"ONE_TIME")
            }
        }
        else
        {
            
    ChatColor(id"%L",  LANG_PLAYER"SHOP_OFF")
        }
        return 
    PLUGIN_HANDLED
    }


    public 
    TiendaHandler(idmenuitem)
    {
        if( 
    item == MENU_EXIT )
        {
            
    menu_destroy(menu);
            return 
    PLUGIN_HANDLED;
        }
        new 
    data[6], iName[64];
        new 
    accesscallback;
        
    menu_item_getinfo(menuitemaccessdata,5iName63callback);
        new 
    vivo         is_user_alive(id)
        new 
    gmsg_SetFOV     get_user_msgid("SetFOV"
        new 
    Obtener1         get_pcvar_num(precio1)
        new 
    Obtener2         get_pcvar_num(precio2)
        new 
    Obtener3         get_pcvar_num(precio3)
        new 
    Obtener4         get_pcvar_num(precio4)
        new 
    Obtener5         get_pcvar_num(precio5)
        new 
    Obtener6         get_pcvar_num(precio6)
        new 
    Obtener7        get_pcvar_num(precio7)
        new 
    vida1        get_user_health(id)
        new 
    vida2         get_pcvar_num(Vida)
        new 
    armor1        get_user_armor(id)
        new 
    armor2         get_pcvar_num(Armor)
        
        new 
    key str_to_num(data);
        switch(
    key)
        {
            case 
    1:
            {
                if (
    g_jbpacks[id] >= Obtener1 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener1
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_FLASH")
                    
    give_item(id"weapon_flashbang")
                    
    give_item(id"weapon_flashbang")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    2:
            {
                
                if (
    g_jbpacks[id] >= Obtener2 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener2
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_HE")
                    
    give_item(id"weapon_hegrenade")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    3:
            {
                
                if (
    g_jbpacks[id] >= Obtener3 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener3
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_HEFLASH")
                    
    give_item(id"weapon_hegrenade")
                    
    give_item(id"weapon_flashbang")
                    
    give_item(id"weapon_flashbang")
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    4:
            {
                
                if (
    g_jbpacks[id] >= Obtener4 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener4
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_FOOTSTEPS")
                    
    set_user_footsteps(id1)
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    5:
            {        
                if (
    g_jbpacks[id] >= Obtener5 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener5
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_SPEED")
                    
    set_user_maxspeed(id500.0)
                    
    Speed[id] = 1
                    emit_sound
    (idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")  
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    6:
            {    
                if (
    g_jbpacks[id] >= Obtener6 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener6
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_DRUGS")
                    
    set_user_armor(idarmor1 armor2)
                    
    set_user_health(idvida1 vida2)
                    
    set_user_maxspeed(id380.0)
                    
    Speed2[id] = 1
                    message_begin
    MSG_ONEgmsg_SetFOV, { 00}, id )
                    
    write_byte180 )
                    
    message_end( )  
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
            case 
    7:
            {
                if (
    g_jbpacks[id] >= Obtener7 && vivo)
                {
                    
    g_jbpacks[id] -= Obtener7    
                    ChatColor
    (id"%L"LANG_PLAYER"BUY_GLOCK")
                    
    cs_set_weapon_ammogive_itemid"weapon_glock18" ), get_pcvar_num(glock1))
                    
    cs_set_user_bpammo(idCSW_GLOCK18get_pcvar_num(glock2))
                    
    emit_sound(idCHAN_AUTOSiVOL_NORMATTN_NORM 0PITCH_NORM
                    
    Ronda[id] = 0
                
    }
                else
                {
                    
    ChatColor(id"%L"LANG_PLAYER"MONEY")
                    
    emit_sound(idCHAN_AUTONoVOL_NORMATTN_NORM 0PITCH_NORM
                }
            }
        }
        
    menu_destroy(menu);
        return 
    PLUGIN_HANDLED;
    }

    public 
    client_putinserver(id
    {
        
    g_jbpacks[id] = get_pcvar_num(g_startjp
        
    set_task(1.0"JailbreakPacks"id__"b")
    }

    public 
    JailbreakPacks(id)
    {
        
    set_hudmessage(25525500.010.9006.02.5)
        
    ShowSyncHudMsg(idsyncObj,"Kesende : [ %i ] AKCE Var"g_jbpacks[id])
        
    }

    public 
    duel_menu(id)
    {    
        if (!
    is_user_admin(id) )
        {
            
    ChatColor(id"%L"LANG_PLAYER"CANT")
            return 
    PLUGIN_HANDLED
        
    }
        
        static 
    opcion[64]
        
        
    formatex(opcioncharsmax(opcion),"\y%L"LANG_PLAYER"JBPACKS")
        new 
    iMenu menu_create(opcion"menu")
        
        
    formatex(opcioncharsmax(opcion),"\w%L"LANG_PLAYER"GIVE_JBPACKS")
        
    menu_additem(iMenuopcion"1")    
        
        
    formatex(opcioncharsmax(opcion),"\w%L"LANG_PLAYER"TAKE_JBPACKS")
        
    menu_additem(iMenuopcion"2")    
        
        
    menu_setprop(iMenuMPROP_EXITMEXIT_ALL)
        
    menu_display(idiMenu0)
                            
        return 
    PLUGIN_HANDLED
    }

    public 
    menu(idmenuitem)
    {
        
        if (
    item == MENU_EXIT)
        {
            
    menu_destroy(menu)
            return 
    PLUGIN_HANDLED
        
    }
        
        new 
    Data[6], Name[64]
        new 
    AccessCallback
        
        menu_item_getinfo
    (menuitemAccessData,5Name63Callback)
        
        new 
    Key str_to_num(Data)
        
        switch (
    Key)
        {
            case 
    1:
            {    
                
    regalar[id] = 1
                quitar
    [id] = 0    
                escojer
    (id)
            }
            case 
    2
            {    
                
    quitar[id] = 1
                regalar
    [id] = 0
                escojer
    (id)
            }
        }
        
        
    menu_destroy(menu)    
        return 
    PLUGIN_HANDLED
    }


    public 
    escojer(id)
    {
        static 
    opcion[64]
        
        
    formatex(opcioncharsmax(opcion),"\y%L"LANG_PLAYER"CHOOSE")
        new 
    iMenu menu_create(opcion"choose")
        
        new 
    players[32], pnumtempid
        
    new szName[32], szTempid[10]
        
        
    get_players(playerspnum"a")
        
        for( new 
    ii<pnumi++ )
        {
            
    tempid players[i]
                    
            
    get_user_name(tempidszName31)
            
    num_to_str(tempidszTempid9)
            
            
    formatex(opcioncharsmax(opcion), "\w%s \r[%d] \yAKCESI Var"szNameg_jbpacks[tempid])
            
    menu_additem(iMenuopcionszTempid0)
        }
        
        
    menu_display(idiMenu)
        return 
    PLUGIN_HANDLED
    }

    public 
    choose(idmenuitem)
    {
        if( 
    item == MENU_EXIT )
        {
            
    menu_destroy(menu)
            return 
    PLUGIN_HANDLED
        
    }
        
        new 
    Data[6], Name[64]
        new 
    AccessCallback
        menu_item_getinfo
    (menuitemAccessData,5Name63Callback)
        
        new 
    tempid str_to_num(Data)
     
        
    gidPlayer[id] = tempid
        client_cmd
    (id"messagemode JbPacks")
        
        
    menu_destroy(menu)
        return 
    PLUGIN_HANDLED
    }

    public 
    player(id)
    {
        new 
    say[300]
        
    read_args(saycharsmax(say))
            
        
    remove_quotes(say)
            
        if(!
    is_str_num(say) || equal(say""))
            return 
    PLUGIN_HANDLED
            
        jbpacks
    (idsay)    
            
        return 
    PLUGIN_CONTINUE
    }

    jbpacks(idsay[]) {
        new 
    amount str_to_num(say)
        new 
    victim gidPlayer[id]
        
        new 
    vname[32]
        
        new 
    admin_name[32]
        
    get_user_name(id admin_name 31 )
            
        if(
    victim 0)
        {
            
    get_user_name(victimvname31)
            
            if(
    regalar[id])
            {
                if(
    amount get_pcvar_num(g_maxjp))
                {
                    
    g_jbpacks[victim] = get_pcvar_num(g_maxjp)
                }
                else
                {
                    
    g_jbpacks[victim] = g_jbpacks[victim] + amount
                
    }
                
    ChatColor(0"%L"LANG_PLAYER"GIVE_MSG",admin_namevnameamount)
            }
            if(
    quitar[id])
            {
                if(
    amount g_jbpacks[victim])
                {
                    
    g_jbpacks[victim] = 0
                    ChatColor
    (0"%L"LANG_PLAYER"TAKE_ALL",admin_namevname)
                }
                else 
                {
                    
    g_jbpacks[victim] = g_jbpacks[victim] - amount
                    ChatColor
    (0"%L"LANG_PLAYER"TAKE_MSG",admin_namevnameamount)
                }
                
            }        
        }

        return 
    PLUGIN_HANDLED
    }  

    public 
    Fwd_PlayerSpawn_Post(id)
    {
        if (
    is_user_alive(id))
        {
            if(
    get_user_team(id) == 1strip_user_weapons(id); give_item(id"weapon_knife")    
            
            
    set_user_footsteps(id0)
            
    Speed[id]     = 0
            Speed2
    [id]     = 0
            Ronda
    [id]     = 1
            CTCuchillo
    [id]     = 1
            TCuchillo
    [id]     = 1
            Destapador
    [id]     = 0
            Hacha
    [id]     = 0
            Machete
    [id]     = 0
            Motocierra
    [id]     = 0
            Tienda1
    (id)
            if(
    get_pcvar_num(help))    ChatColor(id"%L"LANG_PLAYER"HELP")
        }
    }

    public 
    FwdTakeDamage(victiminflictorattackerFloat:damagedamage_bits)
    {
           
        if (
    is_valid_player(attacker) && get_user_weapon(attacker) == CSW_KNIFE)    
        {
            switch(
    get_user_team(attacker))
            {
                case 
    1:
                {
                    if(
    TCuchillo[attacker])
                    {    
                        
                        
    SetHamParamFloat(4get_pcvar_float(TDefaultDano))
                            
                        if(
    get_pdata_int(victim75) == HIT_HEAD)
                        {
                            
    SetHamParamFloat(4get_pcvar_float(hTDefaultDano))
                        }
                    }
                            
                    if(
    Destapador[attacker])
                    { 
                        
    SetHamParamFloat(4get_pcvar_float(PaloDano))
                        
                        if(
    get_pdata_int(victim75) == HIT_HEAD)
                        {
                            
    SetHamParamFloat(4get_pcvar_float(hPaloDano))
                        }
                    }
                    
                    if(
    Hacha[attacker])
                    {        
                        
    SetHamParamFloat(4get_pcvar_float(HachaDano))
                        
                        if(
    get_pdata_int(victim75) == HIT_HEAD)
                        {
                            
    SetHamParamFloat(4get_pcvar_float(hHachaDano))
                        }
                    }
                    
                    if(
    Machete[attacker])
                    {        
                        
    SetHamParamFloat(4get_pcvar_float(MacheteDano))
                        
                        if(
    get_pdata_int(victim75) == HIT_HEAD)
                        {
                            
    SetHamParamFloat(4get_pcvar_float(hMacheteDano))
                        }
                    }
                    
                    if(
    Motocierra[attacker])
                    {    
                        
    SetHamParamFloat(4get_pcvar_float(MotocierraDano))
                    }
                }
                case 
    2:
                {
                    if(
    CTCuchillo[attacker])
                    {    
                        
    SetHamParamFloat(4get_pcvar_float(CTDefaultDano))
                                
                        if(
    get_pdata_int(victim75) == HIT_HEAD)
                        {
                            
    SetHamParamFloat(4get_pcvar_float(hCTDefaultDano))
                        }
                    }
                }
            }
        }
        return 
    HAM_HANDLED
    }  

    public 
    fw_player_killed(victimattackershouldgib)
    {
        if(
    get_user_team(attacker) == 1)
        {
            
    g_jbpacks[attacker] += get_pcvar_num(g_killjp
            
            if(
    get_pdata_int(victim75) == HIT_HEAD)
            {
                
    g_jbpacks[attacker] += get_pcvar_num(g_killhsjp)
            }
        }
    }


    public 
    Event_Change_Weapon(id)
    {
            new 
    weaponID read_data(2
            
            switch (
    get_user_team(id))
            {
                case 
    1:
                {
                    if(
    Speed[id])
                    {
                        
    set_user_maxspeed(id500.0)
                    }
                        
                    if(
    Speed2[id])
                    {
                        
    set_user_maxspeed(id380.0)
                    }
                        
                    if(
    weaponID == CSW_KNIFE && get_pcvar_num(OnOff2))
                    {
                        if(
    TCuchillo[id])
                        {
                            
    set_pev(idpev_viewmodel2VIEW_MODELT)
                            
    set_pev(idpev_weaponmodel2PLAYER_MODELT)
                        }
                        
                        if(
    Destapador[id])
                        {
                            
    set_pev(idpev_viewmodel2VIEW_Palo)
                            
    set_pev(idpev_weaponmodel2PLAYER_Palo)
                        }
                        
                        if(
    Hacha[id])
                        {
                            
    set_pev(idpev_viewmodel2VIEW_Hacha)
                            
    set_pev(idpev_weaponmodel2PLAYER_Hacha)
                        }
                        
                        if(
    Machete[id])
                        {
                            
    set_pev(idpev_viewmodel2VIEW_Machete)
                            
    set_pev(idpev_weaponmodel2PLAYER_Machete)
                        }
                        
                        if(
    Motocierra[id])
                        {
                            
    set_pev(idpev_viewmodel2VIEW_Moto)
                            
    set_pev(idpev_weaponmodel2PLAYER_Moto)
                        }
                        
                        
                    }
                }
                case 
    2:
                {
                    if(
    CTCuchillo[id] && weaponID == CSW_KNIFE)
                    {
                        
    set_pev(idpev_viewmodel2VIEW_MODELCT)
                        
    set_pev(idpev_weaponmodel2PLAYER_MODELCT)
                    }
                }
            }
            return 
    PLUGIN_CONTINUE 
    }

    public 
    fw_SetModel(entitymodel[])
    {
        if(!
    pev_valid(entity))
            return 
    FMRES_IGNORED

        
    if(!equali(modelOLDWORLD_MODEL)) 
            return 
    FMRES_IGNORED

        
    new className[33]
        
    pev(entitypev_classnameclassName32)
        
        if(
    equal(className"weaponbox") || equal(className"armoury_entity") || equal(className"grenade"))
        {
            
    engfunc(EngFunc_SetModelentityWORLD_MODEL)
            return 
    FMRES_SUPERCEDE
        
    }
        return 
    FMRES_IGNORED
    }

    public 
    Fwd_EmitSound(idchannel, const sample[], Float:volumeFloat:attnflagspitch)
    {

        if (!
    is_user_connected(id))
            return 
    FMRES_IGNORED;
            
        if(
    CTCuchillo[id])
        {
            if(
    get_user_team(id) == 2)
            {
                if (
    equal(sample[8], "kni"3))
                {
                    if (
    equal(sample[14], "sla"3)) 
                    {
                        switch (
    random_num(12))
                        {
                            case 
    1engfunc(EngFunc_EmitSoundidchannelct_slash1volumeattnflagspitch)
                            case 
    2engfunc(EngFunc_EmitSoundidchannelct_slash2volumeattnflagspitch)
                        }
                        
                        return 
    FMRES_SUPERCEDE;
                    }
                    if(
    equal(sample,"weapons/knife_deploy1.wav"))
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelct_deployvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    if (
    equal(sample[14], "hit"3))
                    {
                        if (
    sample[17] == 'w')
                        {
                            
    engfunc(EngFunc_EmitSoundidchannelct_wallvolumeattnflagspitch)
                            return 
    FMRES_SUPERCEDE;
                        }
                        else 
                        {
                            switch (
    random_num(14))
                            {
                                case 
    1engfunc(EngFunc_EmitSoundidchannelct_hit1volumeattnflagspitch)
                                case 
    2engfunc(EngFunc_EmitSoundidchannelct_hit2volumeattnflagspitch)
                                case 
    3engfunc(EngFunc_EmitSoundidchannelct_hit3volumeattnflagspitch)
                                case 
    4engfunc(EngFunc_EmitSoundidchannelct_hit4volumeattnflagspitch)
                            }
                            
                            return 
    FMRES_SUPERCEDE;
                        }
                    }
                    if (
    equal(sample[14], "sta"3)) 
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelct_stabvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                }
            }    
        }
            
        if(
    TCuchillo[id])
        {
            if(
    get_user_team(id) == 1)
            {
                if (
    equal(sample[8], "kni"3))
                {
                    if (
    equal(sample[14], "sla"3)) 
                    {
                        switch (
    random_num(12))
                        {
                            case 
    1engfunc(EngFunc_EmitSoundidchannelt_slash1volumeattnflagspitch)
                            case 
    2engfunc(EngFunc_EmitSoundidchannelt_slash2volumeattnflagspitch)
                        }
                        
                        return 
    FMRES_SUPERCEDE;
                    }
                    if(
    equal(sample,"weapons/knife_deploy1.wav"))
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelt_deployvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    if (
    equal(sample[14], "hit"3))
                    {
                        if (
    sample[17] == 'w'
                        {
                            
    engfunc(EngFunc_EmitSoundidchannelt_wallvolumeattnflagspitch)
                            return 
    FMRES_SUPERCEDE;
                        }
                        else 
                        {
                            switch (
    random_num(14))
                            {
                                case 
    1engfunc(EngFunc_EmitSoundidchannelt_hit1volumeattnflagspitch)
                                case 
    2engfunc(EngFunc_EmitSoundidchannelt_hit2volumeattnflagspitch)
                                case 
    3engfunc(EngFunc_EmitSoundidchannelt_hit3volumeattnflagspitch)
                                case 
    4engfunc(EngFunc_EmitSoundidchannelt_hit4volumeattnflagspitch)
                            }
                            
                            return 
    FMRES_SUPERCEDE;
                        }
                    }
                    if (
    equal(sample[14], "sta"3))
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelt_stabvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                }
            }
        }
        
        if(
    Destapador[id])
        {
            if (
    equal(sample[8], "kni"3))
            {
                if (
    equal(sample[14], "sla"3)) 
                {
                    switch (
    random_num(12))
                    {
                        case 
    1engfunc(EngFunc_EmitSoundidchannelpalo_slash1volumeattnflagspitch)
                        case 
    2engfunc(EngFunc_EmitSoundidchannelpalo_slash2volumeattnflagspitch)
                        
                    }
                    
                    return 
    FMRES_SUPERCEDE;
                }
                if(
    equal(sample,"weapons/knife_deploy1.wav"))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelpalo_deployvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
                if (
    equal(sample[14], "hit"3))
                {
                    if (
    sample[17] == 'w'
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelpalo_wallvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    else 
                    {
                        switch (
    random_num(14))
                        {
                            case 
    1:engfunc(EngFunc_EmitSoundidchannelpalo_hit1volumeattnflagspitch)
                            case 
    2:engfunc(EngFunc_EmitSoundidchannelpalo_hit2volumeattnflagspitch)
                            case 
    3:engfunc(EngFunc_EmitSoundidchannelpalo_hit3volumeattnflagspitch)
                            case 
    4:engfunc(EngFunc_EmitSoundidchannelpalo_hit4volumeattnflagspitch)
                        }
                        
                        return 
    FMRES_SUPERCEDE;
                    }
                }
                if (
    equal(sample[14], "sta"3))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelpalo_stabvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
            }
        }
        
        if(
    Hacha[id])
        {

            if (
    equal(sample[8], "kni"3))
            {
                if (
    equal(sample[14], "sla"3))
                {
                    switch (
    random_num(12))
                    {
                        case 
    1engfunc(EngFunc_EmitSoundidchannelhacha_slash1volumeattnflagspitch)
                        case 
    2engfunc(EngFunc_EmitSoundidchannelhacha_slash2volumeattnflagspitch)
                    }
                    
                    return 
    FMRES_SUPERCEDE;
                }
                if(
    equal(sample,"weapons/knife_deploy1.wav"))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelhacha_deployvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
                if (
    equal(sample[14], "hit"3))
                {
                    if (
    sample[17] == 'w')
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelhacha_wallvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    else 
                    {
                        switch (
    random_num(13))
                        {
                            case 
    1engfunc(EngFunc_EmitSoundidchannelhacha_hit1volumeattnflagspitch)
                            case 
    2engfunc(EngFunc_EmitSoundidchannelhacha_hit2volumeattnflagspitch)
                            case 
    3engfunc(EngFunc_EmitSoundidchannelhacha_hit3volumeattnflagspitch)
                        }
                        
                        return 
    FMRES_SUPERCEDE;
                    }
                }
                if (
    equal(sample[14], "sta"3)) 
                {
                    
    engfunc(EngFunc_EmitSoundidchannelhacha_stabvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
            }
        }
        
        if(
    Machete[id])
        {
            if (
    equal(sample[8], "kni"3))
            {
                if (
    equal(sample[14], "sla"3)) 
                {
                    switch (
    random_num(12))
                    {
                        case 
    1engfunc(EngFunc_EmitSoundidchannelmachete_slash1volumeattnflagspitch)
                        case 
    2engfunc(EngFunc_EmitSoundidchannelmachete_slash2volumeattnflagspitch)
                    }
                    return 
    FMRES_SUPERCEDE;
                }
                if(
    equal(sample,"weapons/knife_deploy1.wav"))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelmachete_deployvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
                if (
    equal(sample[14], "hit"3))
                {
                    if (
    sample[17] == 'w'
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelmachete_wallvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    else 
    // hit
                    
    {
                        switch (
    random_num(14))
                        {
                            case 
    1engfunc(EngFunc_EmitSoundidchannelmachete_hit1volumeattnflagspitch)
                            case 
    2engfunc(EngFunc_EmitSoundidchannelmachete_hit2volumeattnflagspitch)
                            case 
    3engfunc(EngFunc_EmitSoundidchannelmachete_hit3volumeattnflagspitch)
                            case 
    4engfunc(EngFunc_EmitSoundidchannelmachete_hit4volumeattnflagspitch)
                        }
                        return 
    FMRES_SUPERCEDE;
                    }
                }
                if (
    equal(sample[14], "sta"3)) 
                {
                    
    engfunc(EngFunc_EmitSoundidchannelmachete_stabvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
            }
        }
        
        if(
    Motocierra[id])
        {
            
            if (
    equal(sample[8], "kni"3))
            {
                if (
    equal(sample[14], "sla"3))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelmotocierra_slashvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
                if(
    equal(sample,"weapons/knife_deploy1.wav"))
                {
                    
    engfunc(EngFunc_EmitSoundidchannelmotocierra_deployvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
                if (
    equal(sample[14], "hit"3))
                {
                    if (
    sample[17] == 'w'
                    {
                        
    engfunc(EngFunc_EmitSoundidchannelmotocierra_wallvolumeattnflagspitch)
                        return 
    FMRES_SUPERCEDE;
                    }
                    else 
                    {
                        switch (
    random_num(12))
                        {
                            case 
    1engfunc(EngFunc_EmitSoundidchannelmotocierra_hit1volumeattnflagspitch)
                            case 
    2engfunc(EngFunc_EmitSoundidchannelmotocierra_hit2volumeattnflagspitch)
                            
                        }
                        return 
    FMRES_SUPERCEDE;
                    }
                }
                if (
    equal(sample[14], "sta"3)) 
                {
                    
    engfunc(EngFunc_EmitSoundidchannelmotocierra_stabvolumeattnflagspitch)
                    return 
    FMRES_SUPERCEDE;
                }
            }
        }    
        return 
    FMRES_IGNORED;
    }

    /*============================================================
                         Stocks!
    ============================================================*/
    stock ChatColor(const id, const input[], any:...)
    {
        new 
    count 1players[32]
        static 
    msg[191]
        
    vformat(msg190input3)
        
        
    replace_all(msg190"!g""^4"// Green Color
        
    replace_all(msg190"!y""^1"// Default Color
        
    replace_all(msg190"!team""^3"// Team Color

        
        
    if (idplayers[0] = id; else get_players(playerscount"ch")
        {
            for (new 
    0counti++)
            {
                if (
    is_user_connected(players[i]))
                {
                
    message_begin(MSG_ONE_UNRELIABLEg_iMsgSayText_players[i])  
                
    write_byte(players[i]);
                
    write_string(msg);
                
    message_end();
                }
            }
        }
    }  

    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) == wIdExecuteHamB(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;

    Kendine Akce verince
    Unknown command: JbPacks böyle bir hata veriyor yardımcı olacak var mı ?
    [ 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
    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: [JB] Ufak Bir Hata Var SHOP Plugininde

    "player" adlı publicin sonunda şu değişikliği yap.

    PHP- Kodu:
    PLUGIN_CONTINUE 
    ->

    PHP- Kodu:
    PLUGIN_HANDLED 

    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
    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 Cevap: [JB] Ufak Bir Hata Var SHOP Plugininde

    Eyvallah hacı
    [ 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.
    ]



  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: [JB] Ufak Bir Hata Var SHOP Plugininde

    Çö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. Admin tag plugininde yazılar 2 kez çıkıyor YARDIM
    By Guardian in forum Çözülmüş İstekler
    Cevaplar: 0
    Son Mesaj: 25-10-12, 00:59

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

Counter Strike 1.6 Cfg, plugin, eklenti, sxe, config, skin, setup
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