[AMX] Tổng hợp Code, Plug do Mem chế hoặc giới thiệu

Thảo luận trong 'Counter Strike' bắt đầu bởi Orpheus, 22/1/11.

  1. buiducduy111

    buiducduy111 Dragon Quest

    Tham gia ngày:
    3/5/11
    Bài viết:
    1,257
    Em mới làm được cái code này (plugins đấu dao)
    PHP:
    public event_CurWeapon(id)
    {
        if (
    is_user_alive(id))
        {
            new 
    wpnclipammo
            wpn 
    get_user_weapon(id,clip,ammo)
            if (
    wpn != CSW_KNIFE
            {
                
    strip_user_weapons(id)
                
    give_item(id,"weapon_knife")
            }
        }
    }
    Bây giờ em muốn làm plugins đấu sniper hay đấu lục thì làm thế nào ạ.... Ko thể dùng như trong được vì biết player muốn dùng gì đâu mà give_item ..:((

    Với cả bác giải thích dùm em cách dùng "return" nữa nha!
    Trước giờ em chưa dùng bao giờ cả, đọc mấy code lúc nào cũng thấy return PLUGIN_CONTINUE, return PLUGIN_HANLE....
    nhưng chả biết nó để làm gì cả.
     
  2. nhucheli

    nhucheli Mr & Ms Pac-Man

    Tham gia ngày:
    24/7/08
    Bài viết:
    126
    Mọi người ơi , mong mọi người cho mình xin mod như thế này nha :
    + 2 team T+ CT vẫn bắn bình thường , mình là host ,lâu lâu mình có thể thả những con boss như trong clip sau để 2 bên bắn , chỉ đơn giản vậy thôi . Mình chơi với đám em , mình muốn làm cho chúng bất ngờ tí , mong các bạn giúp mình
    http://www.youtube.com/watch?v=sKEZVlonGpk
     
  3. kungfulon

    kungfulon Fire in the hole! Lão Làng GVN Sorcerer

    Tham gia ngày:
    1/5/11
    Bài viết:
    2,535
    [TABLE][TBODY][TR][TD="class:img"]PLUGIN_CONTINUE / HAM_IGNORED (cho func HamSandWich) / FMRES_IGNORED (cho func Fakemeta): cho cái engine func đang hook chạy.[/TD][/TR]
    [TR][TD="class:img"]PLUGIN_HANDLED / HAM_SUPERCEDE (cho func HamSandWich) / FMRES_SUPERCEDE (cho func Fakemeta): ngăn ko cho engine func đó chạy.[/TD][/TR][/TBODY][/TABLE]
     
    Chỉnh sửa cuối: 11/11/11
  4. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    - CÓ cách nào tạo ent fake có thể copy y chang player mà ko bị thay sequence ko ?. Cách này tuy hoàn hảo nhưng ent bị dính seq của zombie... Con zb nó vừa đi vửa để tay lên đầu, còn human thì để về phía trước, đằng này thì thằng human cũng để tay lên đầu rồi bay y chang zb... ai giúp sửa với

    PHP:
    public create_fake_player(id)
    {
        static 
    Float:Origin[3], ent
        
        entity_get_vector
    (id,EV_VEC_originOrigin)
        
    ent create_entity("info_target")
        
    entity_set_origin(entOrigin)
        
        
    entity_set_string(entEV_SZ_classnameCLASSNAME_FAKE_PLAYER)
        
    entity_set_model(ent"models/player/hero/hero.mdl")
        
    entity_set_int(entEV_INT_solidSOLID_NOT)
        
    entity_set_int(entEV_INT_movetypeMOVETYPE_FOLLOW)
        
    entity_set_edict(entEV_ENT_aimentid)
        
    entity_set_edict(entEV_ENT_ownerid)
        
        
    entity_set_float(entEV_FL_animtime2.0)
        
    entity_set_float(entEV_FL_framerate1.0)
        
    entity_set_int(entEV_INT_sequence0)
        
        
    entity_set_float(entEV_FL_nextthinkhalflife_time() + 0.01)
    }  
     
  5. kungfulon

    kungfulon Fire in the hole! Lão Làng GVN Sorcerer

    Tham gia ngày:
    1/5/11
    Bài viết:
    2,535
    [table][tbody][tr][td="class:img,align=center"]Set origin liên tục cho cái ent fake thôi:>nhớ là ko đc set cái movetype là follow:>[/td][/tr][/tbody][/table]
     
  6. MrKaii

    MrKaii The Warrior of Light

    Tham gia ngày:
    14/6/11
    Bài viết:
    2,208
    Nơi ở:
    Hà Nội
    Cỏ vẻ trình của kungfu > dias đấy nhỉ :-?
     
  7. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    @kungfu:
    - Set Origin, set sequence,... tất cả sẽ mất tác dụng khi set cái pev_aiment... cho dù cũng set follow cũng thế

    @MrKaii:
    - Đi sau nhưng lại chạy rất nhanh :-?. Có sức ngang tầm sontung0
     
    Chỉnh sửa cuối: 12/11/11
  8. kungfulon

    kungfulon Fire in the hole! Lão Làng GVN Sorcerer

    Tham gia ngày:
    1/5/11
    Bài viết:
    2,535
    [table][tbody][tr][td="align:center,class:img"]Ta chả notice là ko đc dùng cái movetype follow ở trên rồi còn gì, mắt mù à:|[/td][/tr][/tbody][/table]
     
  9. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    @kungfu:
    - Thì ta set lại cái move là none rồi còn gì ?. Ra nó vẫn thế ta đã set luôn cả origin cho ent trong cái forward ADdToFullPack rồi. Và hell yeah vẫn thế
    - Sửa dùm ta đi :-?
    PHP:
    #include <amxmodx>
    #include <engine>
    #include <fakemeta>
    #include <hamsandwich>
    #include <biohazard>
    #include <xs>
    #include <fun>

    #define PLUGIN "[Bio] Zombie Class: Banshee"
    #define VERSION "1.0"
    #define AUTHOR "Dias"

    // Main Class
    #define D_ZOMBIE_NAME "Banshee Zombie"
    #define D_ZOMBIE_DESC "[G] -> Tha Doi"
    #define D_PLAYER_MODEL "models/player/witch_zombi_origin/witch_zombi_origin.mdl"
    #define D_CLAWS "models/biohazard/v_knife_witch_zombi.mdl"

    new g_zclass_banshee
    new const bat_model[] = "models/biohazard/bat_witch.mdl"

    // Other HardCode
    new banshee_skull_bat_speed,banshee_skull_bat_flytime,banshee_skull_bat_catch_time,
    banshee_skull_bat_catch_speedbat_timewaitg_stop[33]
    new 
    g_bat_time[33], g_bat_stat[33], g_bat_enemy[33]
    new 
    spr_skull
    new cvar_cooldown

    #define TASK_REMOVE_STAT 122334
    #define TASK_COOLDOWN 123123
    new const bat_classname[] = "bat_witch"
    new bool:can_use_skill[33]

    // Confusion Bomb
    #define CLASSNAME_FAKE_PLAYER "illusion_player"
    #define TASK_REMOVE_ILLUSION 111111
    #define TASK_CONFUSION_SPR 434343

    #define pev_nade_type        pev_flTimeStepSound
    #define NADE_TYPE_CONFUSION    121314
    #define TASK_GET_BOMB 131232

    new g_iConfusing[33], g_iEntFake[33]
    new 
    g_confusing[33]
    new 
    bool:has_confuse_bomb[33]
    new 
    g_exploSpr

    new cvar_distancecvar_time_hitcvar_time_give

    new const v_model[] = "models/v_smokegrenade.mdl"
    new const p_model[] = "models/p_smokegrenade.mdl"
    new const w_model[] = "models/w_smokegrenade.mdl"

    new const bat_sound[] = "biohazard/zombi_banshee_pulling_fire.wav"

    new const confusion_exp[] = "biohazard/zombi_bomb_exp.wav"
    new const confusing[] = "biohazard/zombi_banshee_confusion_keep.wav"
    new const confusion_spr[] = "sprites/biohazard/zb_confuse.spr"

    new g_iCurrentWeapon[33]
    new 
    confuse_spr_id
    new g_exp_spr

    public plugin_init()
    {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
        
    // Events
        
    register_event("HLTV""event_round_start""a""1=0""2=0")
        
    register_event("DeathMsg""Death""a")
        
        
    //Skull Command
        
    register_clcmd("drop""cmd_bat")
        
    register_forward(FM_PlayerPreThink"fw_PlayerPreThink")
        
        
    //Ham Register
        
    register_touch(bat_classname"*""fw_touch_post")
        
    register_touch("player""player""fw_touch_player")
        
    RegisterHam(Ham_Think"info_target""fw_Think")
        
        
    // Register Cvars
        
    banshee_skull_bat_speed register_cvar("bh_banshee_skull_bat_speed""500.0")
        
    banshee_skull_bat_flytime register_cvar("bh_banshee_skull_bat_flytime""2.0")
        
        
    banshee_skull_bat_catch_speed register_cvar("bh_banshee_skull_bat_catch_speed""300.0")
        
    banshee_skull_bat_catch_time register_cvar("bh_banshee_skull_bat_catch_time""2.0")
        
        
    bat_timewait register_cvar("bh_bat_timewait""5.0")
        
    cvar_cooldown register_cvar("bh_skill_cooldown""10.0")
        
        
    register_zombie_class()
        
        
    // Confusion Bomb
        
    register_forward(FM_AddToFullPack"Forward_AddToFullPack_Post"1)
        
        
    register_event("CurWeapon""EV_CurWeapon""be""1=1")
        
    register_event("DeathMsg""EV_DeathMsg""a")
        
        
    register_forward(FM_SetModel"fw_SetModel")
        
    RegisterHam(Ham_Think"grenade""fw_GrenadeThink")

        
    cvar_distance register_cvar("bh_confuse_bomb_distance""200.0")
        
    cvar_time_hit register_cvar("bh_confuse_bomb_time_hit""15.0")
        
    cvar_time_give register_cvar("bh_confuse_bomb_time_give""20.0")
        
        
    register_clcmd("set_confuse""set")
    }


    public 
    set(id)
    {
        new 
    bodytarget
        get_user_aiming
    (idtargetbody99999)
        
        
    confuse_bomb_exp(targettarget)
    }

    public 
    plugin_precache()
    {
        
    spr_skull precache_model("sprites/biohazard/explode_nade.spr")
        
        
    precache_model(bat_model)
        
        
    precache_model(D_PLAYER_MODEL)
        
    precache_model(D_CLAWS)
        
        
    precache_model(v_model)
        
    precache_model(p_model)
        
    precache_model(w_model)
        
        
    engfunc(EngFunc_PrecacheSoundbat_sound)
        
    engfunc(EngFunc_PrecacheSoundconfusion_exp)
        
    engfunc(EngFunc_PrecacheSoundconfusing)
        
        
    confuse_spr_id precache_model(confusion_spr)
        
        
    g_exploSpr engfunc(EngFunc_PrecacheModel"sprites/shockwave.spr")
        
    g_exp_spr engfunc(EngFunc_PrecacheModel"sprites/biohazard/zombiebomb.spr")
    }

    public 
    register_zombie_class()
    {
        
    g_zclass_banshee register_class(D_ZOMBIE_NAMED_ZOMBIE_DESC)
        
        if(
    g_zclass_banshee != -1)
        {
            
    set_class_data(g_zclass_bansheeDATA_HEALTH3000.0)
            
    set_class_data(g_zclass_bansheeDATA_SPEED280.0)
            
    set_class_data(g_zclass_bansheeDATA_GRAVITY1.0)
            
    set_class_data(g_zclass_bansheeDATA_ATTACK1.0)
            
    set_class_data(g_zclass_bansheeDATA_HITDELAY0.1)
            
    set_class_data(g_zclass_bansheeDATA_HITREGENDLY999.0)
            
    set_class_data(g_zclass_bansheeDATA_KNOCKBACK1.5)
            
    set_class_pmodel(g_zclass_bansheeD_PLAYER_MODEL)
            
    set_class_wmodel(g_zclass_bansheeD_CLAWS)
        }    
    }

    public 
    event_round_start()
    {
        for (new 
    id=1id<33id++)
        {
            if (!
    is_user_connected(id)) continue;
            
            
    reset_value_player(id)
            
    //UNDONE Reset SPR
        
    }
    }
    public 
    Death()
    {
        new 
    victim read_data(2
        
    reset_value_player(victim)
    }

    public 
    client_connect(id)
    {
        
    reset_value_player(id)
    }

    public 
    client_disconnect(id)
    {
        
    reset_value_player(id)
        if(
    task_exists(id+TASK_COOLDOWN)) remove_task(id+TASK_COOLDOWN)
        
        if(
    g_iEntFake[id])
            
    remove_entity(g_iEntFake[id])
    }

    reset_value_player(id)
    {
        
    g_bat_time[id]=0
        set_task
    (0.1"remove_confuse"id+TASK_REMOVE_ILLUSION)
    }

    // #################### MAIN FUNCTION ####################
    public event_infect(id)
    {
        
    has_confuse_bomb[id] = false
        g_iConfusing
    [id] = 0
        
        
    if(is_user_zombie(id) && get_user_class(id) == g_zclass_banshee)
        {
            
    can_use_skill[id] = true
            client_printc
    (id"!g[Bio] !nYou are !tBanshee Zombie!n. Press !t(G)!n to !gSumon Bat!n !!!")
            
    client_printc(id"!g[Bio] !nYou also have !tConfused Bomb!n. Press !t(4)!n to !gSwitch!n !!!")
            
            
    has_confuse_bomb[id] = true
            give_item
    (id"weapon_smokegrenade")
            
            
    set_task(get_pcvar_float(cvar_time_give), "get_new_bomb"id+TASK_GET_BOMB__"b")
            
            if(
    is_user_bot(id))
            {
                
    set_task(random_float(10.017.0), "cmd_bat"id)
                
    set_task(random_float(7.012.0), "cmd_illusion"id)
            }
        }
    }

    public 
    get_new_bomb(taskid)
    {
        new 
    id taskid TASK_GET_BOMB
        
        
    if(is_user_alive(id) && is_user_zombie(id) && get_user_class(id) == g_zclass_banshee && !is_user_boss(id))
        {
            if(!
    has_confuse_bomb[id])
            {
                
    has_confuse_bomb[id] = true
                give_item
    (id"weapon_smokegrenade")
            }
        }
        
    }

    public 
    cmd_illusion(id)
    {
        if(
    is_user_alive(id) && is_user_zombie(id) && get_user_class(id) == g_zclass_banshee)
        {
            if(
    has_confuse_bomb[id])
            {
                
    engclient_cmd(id"weapon_smokegrenade")
                
    set_task(1.5"throw_confusebomb"id)
                
            } else {
                
    has_confuse_bomb[id] = true
                give_item
    (id"weapon_smokegrenade")
                
                
    set_task(1.5"cmd_illusion"id)
            }
        }    
    }

    public 
    throw_confusebomb(id)
    {
        if(
    is_user_alive(id) && is_user_zombie(id) && get_user_class(id) == g_zclass_banshee)
        {
            new 
    ent find_ent_by_owner(-1"weapon_smokegrenade"id)
            
    ExecuteHamB(Ham_Weapon_PrimaryAttackent)
        }
    }

    public 
    cmd_bat(id)
    {
        if (!
    is_user_alive(id)) return PLUGIN_CONTINUE

        
    if (is_user_zombie(id) && get_user_class(id) == g_zclass_banshee && can_use_skill[id])
        {
            
    // set time wait
            
    g_bat_time[id]=1
            set_task
    (get_pcvar_float(bat_timewait),"clear_stat",TASK_REMOVE_STAT+id)
            
            
    //EFFECT!!
            
    new ent engfunc(EngFunc_CreateNamedEntity,engfunc(EngFunc_AllocString,"info_target"))
            if(!
    pev_valid(ent)) return PLUGIN_HANDLED
            
            
    new Float:vecAngle[3],Float:vecOrigin[3],Float:vecVelocity[3],Float:vecForward[3]
            
    fm_get_user_startpos(id,5.0,2.0,-1.0,vecOrigin)
            
    pev(id,pev_angles,vecAngle)
            
            
    engfunc(EngFunc_MakeVectors,vecAngle)
            
    global_get(glb_v_forward,vecForward)

            
    //xs_vec_mul_scalar(vecForward,banchee_skull_bat_speed,vecVelocity)
            
    velocity_by_aim(idget_pcvar_num(banshee_skull_bat_speed),vecVelocity)
            
            
    //Entity Statue
            
    set_pev(ent,pev_origin,vecOrigin)
            
    set_pev(ent,pev_angles,vecAngle)
            
    entity_set_string(entEV_SZ_classnamebat_classname)
            
    set_pev(ent,pev_movetype,MOVETYPE_FLY)
            
    set_pev(ent,pev_solid,SOLID_BBOX)
            
    engfunc(EngFunc_SetSize,ent,{-20.0,-15.0,-8.0},{20.0,15.0,8.0})
        
            
    engfunc(EngFunc_SetModelentbat_model)
            
    set_pev(ent,pev_animtimeget_gametime())
            
    set_pev(ent,pev_framerate,1.0// speed :D
            
    set_pev(ent,pev_owner,id)
            
    set_pev(ent,pev_velocity,vecVelocity)
            
    set_pev(ent,pev_nextthink,get_gametime()+get_pcvar_float(banshee_skull_bat_flytime))
            
    g_stop[id]=ent
            send_weapon_anim
    (id,2)
            
            
    can_use_skill[id] = false
            
            emit_sound
    (entCHAN_VOICEbat_sound1.0ATTN_NORM0PITCH_NORM)
            
            
    set_task(get_pcvar_float(cvar_cooldown), "reset_cooldown"id+TASK_COOLDOWN)

            return 
    PLUGIN_HANDLED
        
    }
        
        return 
    PLUGIN_CONTINUE
    }

    public 
    reset_cooldown(taskid)
    {
        new 
    id taskid TASK_COOLDOWN
        
        
    if(is_user_alive(id) && is_user_zombie(id) && get_user_class(id) == g_zclass_banshee)
            
    can_use_skill[id] = true
    }

    public 
    fw_Think(ent)
    {
        if(!
    pev_valid(ent)) return HAM_IGNORED
        
    new classname[32]
        
    pev(ent,pev_classname,classname,31)
        if(
    equal(classname,bat_classname))
        {
            static 
    Float:origin[3];
            
    pev(ent,pev_origin,origin);
        
            
    message_begin(MSG_BROADCAST,SVC_TEMPENTITY); 
            
    write_byte(TE_EXPLOSION); // TE_EXPLOSION
            
    write_coord(floatround(origin[0])); // origin x
            
    write_coord(floatround(origin[1])); // origin y
            
    write_coord(floatround(origin[2])); // origin z
            
    write_short(spr_skull); // sprites
            
    write_byte(40); // scale in 0.1's
            
    write_byte(30); // framerate
            
    write_byte(0); // flags 
            
    message_end(); // message end
            
            
    g_stop[pev(ent,pev_owner)] = 0
            set_pev
    (pev(entpev_owner), pev_maxspeedget_class_data(get_user_class(pev(entpev_owner)), DATA_SPEED))
            
    engfunc(EngFunc_RemoveEntity,ent)
        }
        
        return 
    HAM_IGNORED
    }
    public 
    fw_PlayerPreThink(id)
    {
        if(!
    is_user_alive(id)) return FMRES_IGNORED
        
    if(g_bat_stat[id])
        {
            new 
    owner g_bat_enemy[id],Float:ownerorigin[3]
            
    pev(owner,pev_origin,ownerorigin)
            static 
    Float:vec[3]
            
    aim_at_origin(id,ownerorigin,vec)
            
    engfunc(EngFunc_MakeVectorsvec)
            
    global_get(glb_v_forwardvec)
            
    vec[0] *= get_pcvar_float(banshee_skull_bat_catch_speed)
            
    vec[1] *= get_pcvar_float(banshee_skull_bat_catch_speed)
            
    vec[2] =0.0
            set_pev
    (id,pev_velocity,vec)
        }
        if(
    g_stop[id]) set_pev(id,pev_maxspeed,0.1)
        return 
    FMRES_IGNORED
    }
    public 
    clear_stat(taskid)
    {
        new 
    idtaskid TASK_REMOVE_STAT
        g_bat_stat
    [id]=0
        g_bat_time
    [id]=0
    }

    public 
    fw_touch_post(entptd)
    {
        if(!
    pev_valid(ent)) return HAM_IGNORED

        
    if(!pev_valid(ptd))
        {
            static 
    Float:origin[3];
            
    pev(ent,pev_origin,origin);

            
    message_begin(MSG_BROADCAST,SVC_TEMPENTITY); 
            
    write_byte(TE_EXPLOSION); // TE_EXPLOSION
            
    write_coord(floatround(origin[0])); // origin x
            
    write_coord(floatround(origin[1])); // origin y
            
    write_coord(floatround(origin[2])); // origin z
            
    write_short(spr_skull); // sprites
            
    write_byte(40); // scale in 0.1's
            
    write_byte(30); // framerate
            
    write_byte(0); // flags 
            
    message_end(); // message end
            
            
    g_stop[pev(ent,pev_owner)]=0
            set_pev
    (pev(entpev_owner), pev_maxspeedget_class_data(get_user_class(pev(entpev_owner)), DATA_SPEED))
            
    engfunc(EngFunc_RemoveEntity,ent)
            
            return 
    HAM_IGNORED
        
    }
                
        new 
    owner pev(ent,pev_owner)
        if(
    0<ptd&&ptd<33&&is_user_alive(ptd)&& !is_user_zombie(ptd) && ptd!=owner)
        {
            
    g_bat_enemy[ptd]=owner
            
            set_pev
    (ent,pev_nextthink,get_gametime() + get_pcvar_float(banshee_skull_bat_catch_time))
            
    set_pev(ent,pev_movetype,MOVETYPE_FOLLOW)
            
    set_pev(ent,pev_aiment,ptd)
            
            
    set_task(get_pcvar_float(banshee_skull_bat_catch_time),"clear_stat2",ptd+TASK_REMOVE_STAT)
            
            
    g_bat_stat[ptd]=1
        
    }
        
        return 
    HAM_IGNORED
    }

    public 
    clear_stat2(idx)
    {
        new 
    id idx-TASK_REMOVE_STAT
        g_bat_enemy
    [id]=0
        g_bat_stat
    [id]=0
    }

    stock fm_get_user_startpos(id,Float:forw,Float:right,Float:up,Float:vStart[])
    {
        new 
    Float:vOrigin[3], Float:vAngle[3], Float:vForward[3], Float:vRight[3], Float:vUp[3]
        
        
    pev(idpev_originvOrigin)
        
    pev(idpev_v_anglevAngle)
        
        
    engfunc(EngFunc_MakeVectorsvAngle)
        
        
    global_get(glb_v_forwardvForward)
        
    global_get(glb_v_rightvRight)
        
    global_get(glb_v_upvUp)
        
        
    vStart[0] = vOrigin[0] + vForward[0] * forw vRight[0] * right vUp[0] * up
        vStart
    [1] = vOrigin[1] + vForward[1] * forw vRight[1] * right vUp[1] * up
        vStart
    [2] = vOrigin[2] + vForward[2] * forw vRight[2] * right vUp[2] * up
    }

    stock aim_at_origin(idFloat:target[3], Float:angles[3])
    {
        static 
    Float:vec[3]
        
    pev(id,pev_origin,vec)
        
    vec[0] = target[0] - vec[0]
        
    vec[1] = target[1] - vec[1]
        
    vec[2] = target[2] - vec[2]
        
    engfunc(EngFunc_VecToAngles,vec,angles)
        
    angles[0] *= -1.0
        angles
    [2] = 0.0
    }

    send_weapon_anim(playeranim)
    {
        
    set_pev(playerpev_weaponanimanim)
        
    message_begin(MSG_ONESVC_WEAPONANIM, {000}, player)
        
    write_byte(anim)
        
    write_byte(pev(playerpev_body))
        
    message_end()
    }

    client_printc(index, const text[], any:...)
    {
        new 
    szMsg[128];
        
    vformat(szMsgsizeof(szMsg) - 1text3);

        
    replace_all(szMsgsizeof(szMsg) - 1"!g""^x04");
        
    replace_all(szMsgsizeof(szMsg) - 1"!n""^x01");
        
    replace_all(szMsgsizeof(szMsg) - 1"!t""^x03");

        
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _index);
        
    write_byte(index);
        
    write_string(szMsg);
        
    message_end();
    }  

    public 
    EV_CurWeapon(id)
    {
        if (!
    is_user_alive (id) || !is_user_zombie(id))
            return 
    PLUGIN_CONTINUE
        
        g_iCurrentWeapon
    [id] = read_data(2)
        
        if (
    has_confuse_bomb[id] && g_iCurrentWeapon [id] == CSW_SMOKEGRENADE)
        {
            
    set_pev (idpev_viewmodel2v_model)
            
    set_pev (idpev_weaponmodel2p_model)
        }
        
        return 
    PLUGIN_CONTINUE
    }

    public 
    EV_DeathMsg()
    {
        new 
    iVictim read_data(2)
        
        if (!
    is_user_connected(iVictim))
            return
        
        
    has_confuse_bomb[iVictim] = false
    }

    public 
    fw_SetModel(ent, const Model[])
    {
        if (
    ent 0)
            return 
    FMRES_IGNORED
        
        
    if (pev(entpev_dmgtime) == 0.0)
            return 
    FMRES_IGNORED
        
        
    new iOwner pev(entpev_owner)
        
        if (
    has_confuse_bomb[iOwner] && equal(Model[7], "w_sm"4))
        {
            
    // Reset any other nade
            
    set_pev (entpev_nade_type)
            
            
    set_pev (entpev_nade_typeNADE_TYPE_CONFUSION)
            
            
    entity_set_model(entw_model)
            return 
    FMRES_SUPERCEDE
        
    }
        return 
    FMRES_IGNORED
    }

    public 
    event_newround(id)
    {
        
    g_iConfusing[id] = 0
        
        
    if(task_exists(id+TASK_REMOVE_ILLUSION)) remove_task(id+TASK_REMOVE_ILLUSION)
        if(
    task_exists(id+TASK_CONFUSION_SPR)) remove_task(id+TASK_CONFUSION_SPR)
    }

    public 
    fw_GrenadeThink(ent)
    {
        if(!
    pev_valid(ent))
            return 
    HAM_IGNORED
        
        
    static Float:dmg_time
        pev
    (entpev_dmgtimedmg_time)
        
        if(
    dmg_time get_gametime())
            return 
    HAM_IGNORED
        
        
    static id
        id 
    pev(entpev_owner)
        
        if(
    is_user_zombie(id) && pev(entpev_nade_type) == NADE_TYPE_CONFUSION)
        { 
            if(
    has_confuse_bomb[id])
            {
                
    has_confuse_bomb[id] = false
                confuse_bomb_exp
    (entid)
                
                
    engfunc(EngFunc_RemoveEntityent)
                
                return 
    HAM_SUPERCEDE
            
    }
        }

        return 
    HAM_HANDLED
    }

    public 
    confuse_bomb_exp(entowner)
    {
        static 
    Float:Origin[3]
        
    pev(entpev_originOrigin)
        
        
    create_blast(Origin)
        
        
    // Make Hit Human
        
    static victim = -1
        
    while ((victim engfunc(EngFunc_FindEntityInSpherevictimOriginget_pcvar_float(cvar_distance))) != 0)
        {
            
    emit_sound(victimCHAN_AUTOconfusion_exp1.0ATTN_NORM0PITCH_NORM)
            
            if(!
    is_user_alive(victim) || !is_user_connected(victim) || is_user_zombie(victim) || g_confusing[victim])
                continue
            
            
    client_print(victimprint_chat"[Bio] You are Confusing !!!")
            
            if(
    is_user_alive(victim) && is_user_connected(victim) && !is_user_zombie(victim))
            {
                
    g_iConfusing[victim] = owner
                g_confusing
    [victim] = 1
                
                set_task
    (0.1"makespr"victim+TASK_CONFUSION_SPR)
                
                
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("ScreenFade"), _victim)
                
    write_short(10)
                
    write_short(10)
                
    write_short(0x0000)
                
    write_byte(100)
                
    write_byte(100)
                
    write_byte(100)
                
    write_byte(255)
                
    message_end()
                
                
    emit_sound(victimCHAN_VOICEconfusing1.0ATTN_NORM0PITCH_NORM)
                
                
    set_task(get_pcvar_float(cvar_time_hit), "remove_confuse"victim+TASK_REMOVE_ILLUSION)
            }
        }
    }

    public 
    set_user_confuse(id)
    {
        new 
    bodytarget
        get_user_aiming
    (idtargetbody99999)
        
        if(
    target)
            
    confuse_bomb_exp(targettarget)
    }

    public 
    Forward_AddToFullPack_Post(es_handledinteenthosthostflagsplayerpSet)
    {
        
    // neu host ko con song thi bo qua
        
    if (!is_user_alive(host))
            return 
    FMRES_IGNORED
            
        
    if(!g_confusing[host] || !g_iConfusing[host])
            return 
    FMRES_IGNORED
        
        
    // neu host ko bi dinh bomb hc thang attacker da chet
        //static iAttacker
        //iAttacker = g_iConfusing[host]
        //if (!iAttacker || iAttacker == host || !is_user_alive(iAttacker))
        //    return FMRES_IGNORED
            
        // neu ent chinh la thang nem bomb
        
    if ((ent 32) && is_user_zombie(ent))
        {
                
    // an? thang do'
                
    set_es(es_handledES_RenderModekRenderTransAdd)
                
    set_es(es_handledES_RenderAmt0.0)
                
                
    // tao ent fake cho attacker neu chua co
                
    new iEntFake find_ent_by_owner(-1CLASSNAME_FAKE_PLAYERent)
                if(!
    iEntFake || !pev_valid(ent))
                {
                    
    iEntFake create_fake_player(ent)
                }
                
                
    g_iEntFake[ent] = iEntFake    
        
    }  else if(ent >= g_iEntFake[32])
        {    
            
    // show hang' cho thang victim xem
            
    set_es(es_handledES_RenderModekRenderNormal)
            
    set_es(es_handledES_RenderAmt255.0)
            
            
    // set model cua host cho ent fake
            //set_es(es_handled, ES_ModelIndex, pev(host, pev_modelindex))
        
    }
        
        return 
    FMRES_IGNORED
    }

    public 
    remove_confuse(taskid)
    {
        new 
    id taskid TASK_REMOVE_ILLUSION
        g_iConfusing
    [id] = 0
        g_confusing
    [id] = 0
        
        
    if(task_exists(id+TASK_CONFUSION_SPR)) remove_task(id+TASK_CONFUSION_SPR)
    }

    public 
    create_blast(const Float:Origin[3])
    {
        
    // Exp
        
    message_begin(MSG_BROADCAST,SVC_TEMPENTITY)
        
    write_byte(TE_SPRITE)
        
    engfunc(EngFunc_WriteCoordOrigin[0])
        
    engfunc(EngFunc_WriteCoordOrigin[1])
        
    engfunc(EngFunc_WriteCoordOrigin[2] + 25.0)
        
    write_short(g_exp_spr)
        
    write_byte(25)
        
    write_byte(255)
        
    message_end()
        
        
    // Smallest ring
        
    engfunc(EngFunc_MessageBeginMSG_PVSSVC_TEMPENTITYOrigin0)
        
    write_byte(TE_BEAMCYLINDER// TE id
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y
        
    engfunc(EngFunc_WriteCoordOrigin[2]) // z
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x axis
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y axis
        
    engfunc(EngFunc_WriteCoordOrigin[2]+385.0// z axis
        
    write_short(g_exploSpr// sprite
        
    write_byte(0// startframe
        
    write_byte(0// framerate
        
    write_byte(4// life
        
    write_byte(60// width
        
    write_byte(0// noise
        
    write_byte(255// red 200
        
    write_byte(0// green 100
        
    write_byte(0// blue
        
    write_byte(200// brightness
        
    write_byte(0// speed
        
    message_end()
        
        
    // Medium ring
        
    engfunc(EngFunc_MessageBeginMSG_PVSSVC_TEMPENTITYOrigin0)
        
    write_byte(TE_BEAMCYLINDER// TE id
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y
        
    engfunc(EngFunc_WriteCoordOrigin[2]) // z
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x axis
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y axis
        
    engfunc(EngFunc_WriteCoordOrigin[2]+470.0// z axis
        
    write_short(g_exploSpr// sprite
        
    write_byte(0// startframe
        
    write_byte(0// framerate
        
    write_byte(4// life
        
    write_byte(60// width
        
    write_byte(0// noise
        
    write_byte(0// red 200
        
    write_byte(0// green 50
        
    write_byte(255// blue
        
    write_byte(200// brightness
        
    write_byte(0// speed
        
    message_end()
        
        
    // Largest ring
        
    engfunc(EngFunc_MessageBeginMSG_PVSSVC_TEMPENTITYOrigin0)
        
    write_byte(TE_BEAMCYLINDER// TE id
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y
        
    engfunc(EngFunc_WriteCoordOrigin[2]) // z
        
    engfunc(EngFunc_WriteCoordOrigin[0]) // x axis
        
    engfunc(EngFunc_WriteCoordOrigin[1]) // y axis
        
    engfunc(EngFunc_WriteCoordOrigin[2]+555.0// z axis
        
    write_short(g_exploSpr// sprite
        
    write_byte(0// startframe
        
    write_byte(0// framerate
        
    write_byte(4// life
        
    write_byte(60// width
        
    write_byte(0// noise
        
    write_byte(255// red 200
        
    write_byte(0// green
        
    write_byte(0// blue
        
    write_byte(200// brightness
        
    write_byte(0// speed
        
    message_end()
    }    

    public 
    makespr(taskid)
    {
        new 
    id taskid TASK_CONFUSION_SPR
        
        
    if(is_user_zombie(id) || !is_user_alive(id))
            return
        
        static 
    Float:Origin[3]
        
    pev(idpev_originOrigin)
        
        
    engfunc(EngFunc_MessageBeginMSG_PVSSVC_TEMPENTITYOrigin0)
        
    write_byte(TE_SPRITE)
        
    engfunc(EngFunc_WriteCoord,Origin[0])
        
    engfunc(EngFunc_WriteCoord,Origin[1])
        
    engfunc(EngFunc_WriteCoord,Origin[2]+25.0)
        
    write_short(confuse_spr_id)
        
    write_byte(8)
        
    write_byte(255)
        
    message_end()
        
        
    set_task(0.1,"makespr",id+TASK_CONFUSION_SPR)
    }

    public 
    create_fake_player(id)
    {
        new 
    iEntFake create_entity("info_target")
        
    set_pev(iEntFakepev_classnameCLASSNAME_FAKE_PLAYER)
        
    set_pev(iEntFakepev_modelindexpev(idpev_modelindex))
        
    set_pev(iEntFakepev_movetypeMOVETYPE_FOLLOW)
        
    set_pev(iEntFakepev_solidSOLID_NOT)
        
    set_pev(iEntFakepev_aimentid)
        
    set_pev(iEntFakepev_ownerid)
        
        
    entity_set_float(iEntFakeEV_FL_animtime2.0)
        
    entity_set_float(iEntFakeEV_FL_framerate1.0)
        
    entity_set_int(iEntFakeEV_INT_sequence0)

        
    // an? fake player
        
    set_pev(iEntFakepev_rendermodekRenderTransAdd)
        
    set_pev(iEntFakepev_renderamt0.0)

        return 
    iEntFake
    }  
     
    Chỉnh sửa cuối: 12/11/11
  10. buiducduy111

    buiducduy111 Dragon Quest

    Tham gia ngày:
    3/5/11
    Bài viết:
    1,257
    Các pro xem dùm em code này với...sao dis game vậy trời...
    PHP:
    /* Script generated by Pawn Studio */

    #include <amxmodx>
    #include <hamsandwich>

    #define PLUGIN    "GACHASHOP"
    #define AUTHOR    "Bui Duc Duy"
    #define VERSION    "1.0"
    new TASK_BAUVAT 2000

    #define ID_TASK (taskid - TASK_BAUVAT)
    public plugin_init()
    {
        
    register_plugin(PLUGINVERSIONAUTHOR)
        
    RegisterHamHam_Spawn"player""fwdPlayerSpawn");
        
    set_task(float(random_num(5,15)),"gachashop",TASK_BAUVAT)
    }

    public 
    fwdPlayerSpawn(id)
    {
        if (!
    is_user_bot(id)) set_task(float(random_num(5,15)),"gachashop",id+TASK_BAUVAT)
    }
    public 
    gachashop(taskid)
    {
        new 
    id ID_TASK
        
    new gacha_item[128], bot[128], len
        read_file
    ("addons/amxmodx/configs/BDD_GamePlay/Gamebot.ini",random_num(0,50),bot,charsmax(bot),len)
        
    read_file("addons/amxmodx/configs/BDD_GamePlay/GameGacha.ini",random_num(0,12),gacha_item,charsmax(gacha_item),len)
        
        
    client_print_cl(id,"!g [%s] nhan duoc [%s] tu qua cau may man"bot,gacha_item)
        
        if (
    task_exists(id+TASK_BAUVAT)) remove_task(id+TASK_BAUVAT)
        
    set_task(float(random_num(5,15)),"gachashop",id+TASK_BAUVAT)
    }

    client_print_cl(index, const text[], any:...)
    {
        new 
    szMsg[500];
        
    vformat(szMsgsizeof(szMsg) - 1text3);

        
    replace_all(szMsgsizeof(szMsg) - 1"!g""^x04");
        
    replace_all(szMsgsizeof(szMsg) - 1"!n""^x01");
        
    replace_all(szMsgsizeof(szMsg) - 1"!t""^x03");

        
    message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _index);
        
    write_byte(index);
        
    write_string(szMsg);
        
    message_end();
    }  
     
  11. buiducduy111

    buiducduy111 Dragon Quest

    Tham gia ngày:
    3/5/11
    Bài viết:
    1,257
    Ai giúp em với... Cả cái read_file cũng ko chạy nữa...!
     
  12. teobrvt1995

    teobrvt1995 T.E.T.Я.I.S

    Tham gia ngày:
    19/9/10
    Bài viết:
    691
    hình như không ai up plugin hay code lên page 2 nữa rồi...
     
  13. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    Có ai share acc Counter-Striker đâu mà up... Trước kia dc ông CHief share nên up hàng ngày, có mấy cái Updated By Quark đó. giờ thì còn acc đâu mà up... Xin cũng ko dc nữa là :)). Mà kể ra cũng đuâ có ai post plugin đâu, post ít lắm
     
  14. kungfulon

    kungfulon Fire in the hole! Lão Làng GVN Sorcerer

    Tham gia ngày:
    1/5/11
    Bài viết:
    2,535
    Ta vẫn up đều đều, có ai post plugin lên đâu mà up:-w
    Btw, lát trình bày lại cái post theo cách kẻ bảng cho đẹp vậy:-j
     
  15. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    Problem ồi.. ZP Sub Forum bên AlliedModder đã bị xóa, toàn bộ plugin bay hết... Không biết có thể nào hồi phục dc ko nhỉ
    Toi Cmnr
     
  16. teobrvt1995

    teobrvt1995 T.E.T.Я.I.S

    Tham gia ngày:
    19/9/10
    Bài viết:
    691
    nó bật lại rồi kìa :)
    không biết tại sao nó off sub ZP lun :(
     
  17. dias

    dias Mega Man

    Tham gia ngày:
    17/1/10
    Bài viết:
    3,226
    Nơi ở:
    SEOUL
    Database bị crash do Attack :|
     
  18. cs_pro1

    cs_pro1 Mr & Ms Pac-Man

    Tham gia ngày:
    15/7/10
    Bài viết:
    119
    bác nào có cái plugin xài bc axe dơ lên chém xuống mới chết không chứ mình thấy bỏ bc axe cf vào mới giơ lên là nó chết rồi. Tại hồi lâu thấy cs mania có nhưng là cái lưới hái thank
    send cho tui nhé
     
  19. teobrvt1995

    teobrvt1995 T.E.T.Я.I.S

    Tham gia ngày:
    19/9/10
    Bài viết:
    691
    cái đó phải hard code nhiều :)
    đến giờ tui mới biết làm distance cho knife thôi :D
     
  20. My Own Way

    My Own Way S.V.E.N Commander

    Tham gia ngày:
    30/7/09
    Bài viết:
    12,221
    Nơi ở:
    Hải Phòng
    Cái vụ zp sub-forum sập cũng có thể do mấy thằng smod và mod nó đập đấy..
    Ta nghe mấy bố chơi thân bảo đa số mem và mod ghét cái box ấy =))..
    Mà mod của AM cũng nhiều thằng nhóc con bỏ mắm đi được.
     

Chia sẻ trang này