Cerere antibloc

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
Post Reply
User avatar
AZzeL
Membru, skill 0
Membru, skill 0
Posts: 0
Joined: 02 Oct 2012, 15:24
Detinator Steam: Da
CS Status: Invat ingerasii sa moara !
Detinator server CS: VALCEA.FIREON.RO
Location: Valcea
Has thanked: 64 times
Been thanked: 27 times
Contact:

03 Oct 2013, 03:33

Salut

Imi puteti da un plugin antibloc dar nu semiclip-ul . Vreau un plugin care doar daca apesi pe o tasta ( Ex: tasta E ) poti trece prin coechipieri .
Stiu ca exista mai demult un plugin asa dar acum nu mai dau de el ....

Multumesc !
[ EntrySoft Hosting SRL ( Reducere 20% prin codul AZZEL20 ) ]
[ MxHost™ ]
RoyalServer
User avatar
sUperstar
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 0
Joined: 01 Mar 2013, 23:08
Detinator Steam: Da
Reputatie: Restrictie moderator [abuz de functie]
Fost eXtream mod
Utilizator neserios (tepar!)
Has thanked: 42 times
Been thanked: 97 times

03 Oct 2013, 07:45

RIPPLE FAUCET - Castiga pana la 1 Ripple pe zi!
User avatar
AZzeL
Membru, skill 0
Membru, skill 0
Posts: 0
Joined: 02 Oct 2012, 15:24
Detinator Steam: Da
CS Status: Invat ingerasii sa moara !
Detinator server CS: VALCEA.FIREON.RO
Location: Valcea
Has thanked: 64 times
Been thanked: 27 times
Contact:

03 Oct 2013, 12:43

Nu e bun link-ul de download ....
[ EntrySoft Hosting SRL ( Reducere 20% prin codul AZZEL20 ) ]
[ MxHost™ ]
User avatar
cyby
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 0
Joined: 16 Jul 2011, 21:46
Detinator Steam: Da
Detinator server CS: Da
Reputatie: Scripter eXtreamCS
Fost Moderator ajutator
Has thanked: 146 times
Been thanked: 396 times

03 Oct 2013, 12:50

Reverifica.
93.114.82.17:27015 - Monster Invasion CO-OP Mod
User avatar
CryWolf
Administrator
Administrator
Posts: 1355
Joined: 07 Aug 2008, 16:33
Detinator Steam: Da
Reputatie: Administrator
Fost Scripter
Manager CS2.eXtream.Ro
Fost Detinator ZM.eXtream.Ro
Fost manager CS.eXtream.Ro
Fost manager CSGO.eXtream.Ro
Fost manager global
Location: Botosani
Discord: crywolf1989
Has thanked: 202 times
Been thanked: 850 times
Contact:

03 Oct 2013, 14:13

Sa gandit cineva ca poate nu il vrea pentru biohazard ?

Code: Select all

#include < amxmodx >
#include < fakemeta >

enum CsTeams
{
    CS_TEAM_UNASSIGNED    = 0,
    CS_TEAM_T         = 1,
    CS_TEAM_CT         = 2,
    CS_TEAM_SPECTATOR     = 3
}

#define OFFSET_TEAM 114
#define cs_get_user_team(%1) CsTeams:get_pdata_int(%1, OFFSET_TEAM)

new cvar_antiblock, Float:g_lasttimetouched[33] // lol
    
public plugin_init ( )
{
    register_plugin ( "anti block", "0.2", "cheap_suit" )
    
    register_forward ( FM_Touch, "fwd_touch" )
    register_forward ( FM_PlayerPreThink, "fwd_playerprethink" )
    cvar_antiblock    = register_cvar ( "bh_antiblock", "1" );
}

public fwd_playerprethink ( id )
{
    if ( !is_user_alive ( id ) )
        return FMRES_IGNORED
    
    static solid; solid = pev(id, pev_solid)
    if(solid == SOLID_NOT && (get_gametime() - g_lasttimetouched[id]) > 0.34)
        set_pev(id, pev_solid, SOLID_SLIDEBOX)
    
    return FMRES_IGNORED
}

public fwd_touch(blocker, id)
{
    if(!is_user_alive(blocker) || !is_user_alive(id) || !get_pcvar_num(cvar_antiblock))
        return FMRES_IGNORED
    
    static button[2]
    button[0] = pev(id, pev_button), button[1] = pev(blocker, pev_button)
    
    if(button[0] & IN_USE || button[1] & IN_USE)
    {
        static CsTeams:team[2]
        team[0] = cs_get_user_team(id), team[1] = cs_get_user_team(blocker)
    
        if(team[0] != team[1])
            return FMRES_IGNORED
        
        set_pev(blocker, pev_solid, SOLID_NOT), set_pev(id, pev_solid, SOLID_NOT)
        
        static Float:gametime; gametime = get_gametime()
        g_lasttimetouched[id] = gametime, g_lasttimetouched[blocker] = gametime
    }
    return FMRES_IGNORED
} 
NU IMI MAI DA-TI PM CU CERERE AJUTOR/SAMD, FOLOSITI FORUMUL, CITESC MAJORITATEA TOPICURILOR.
www.dark-arena.com , SERVERE CS / CS2 / L4D AU REVENIT ONLINE.
www.diasporaiptv.ro - SERVICII PREMIUM IPTV

Image

Image
User avatar
AZzeL
Membru, skill 0
Membru, skill 0
Posts: 0
Joined: 02 Oct 2012, 15:24
Detinator Steam: Da
CS Status: Invat ingerasii sa moara !
Detinator server CS: VALCEA.FIREON.RO
Location: Valcea
Has thanked: 64 times
Been thanked: 27 times
Contact:

03 Oct 2013, 16:17

Multumesc CryWolf , merge ! :)
[ EntrySoft Hosting SRL ( Reducere 20% prin codul AZZEL20 ) ]
[ MxHost™ ]
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 17 guests