Busco Plugins para bloquiar los spam T
#1
necesito un plugins que bloquee los spam de otas comunidades lo haga quitarse


la idea es que el plugins tenga un archivo name.ini donde pueda agregar los nombres :

Nombre para bloquear
131
221

me ayudannn necesito plugins
Responder
#2
Cambiarle el name seria slowhack creo...
Responder
#3
(21/03/2019, 04:19 PM)Alejandro escribió: Cambiarle el name seria slowhack creo...
Pero si le mandas un menu con el aviso que diga, para permanecer en el servidor se te cambia tu nick : CS Player | Javier a Javier? si acepta se le cambia el nick y sino kick
“Quien te quiere en su vida, volverá a buscarte”
Qué frase más estúpida
Porque quien te quiere en su vida, jamás se iría.
Responder
#4
sipo puede ser . donde puedo bsucar el Plugins me ayudan buena idea

slowhack pero no es ninguna modificacion de sus archivos si no solo del nombre que esta en server no creo que sea tan malo para llamar slowhack

solo es un cambio de nombre

me ayudan a buscar un plugins que funcione
Responder
#5
Es modificasion de su nombre sin su autorizacion, pero de la forma que dice hk no estaria mal creo
Responder
#6
sipo kick al menos seria bueno , me ayudan con el plugins
Responder
#7
Si, en un rato te lo paso.
Responder
#8
Prueba:
Código PHP:
#include <amxmodx>

#define PLUGIN  "Name Contain"
#define VERSION "1.0"
#define AUTHOR  "Ale"

new const Contenido[][]=
{
    
"CS Player |"
    
"HOL |",
    
"CHIno} |"
}

public 
plugin_init()

    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
client_putinserver(id)
{
    new 
name[32];
    
get_user_name(idnamecharsmax(name))

    for(new 
0<sizeof Contenidoi++)
    {
        if(
containi(nameContenido[i]) != -1)
        {
            
server_cmd("kick ^"#%d^" 'Anti TAG'", get_user_userid(id))
        
}
    }

Responder
#9
ya compa lo probare y te aviso .. gracias por ayudar

perfecto es lo que busco , pero falta una cosa si esta dentro del server y se lo cambia me gustaria que igual lo kick si que es posible
Responder
#10
Te recomiendo bloquear el cambio de nick en el sv y ya
Responder
#11
o mejor crees que deste mismo plugins se pueda boquiar el cambio de nombre el server mejor ? creo que es mejor
Responder
#12
Unelo al codigo y ya
Código PHP:
#include <amxmodx>
#include <fakemeta>

#define VERSION "0.1.0"

public plugin_init()
{
    
register_plugin("Block Change Name"VERSION"0")
    
register_forward(FM_ClientUserInfoChanged"ClientUserInfoChanged")
}

public 
ClientUserInfoChanged(id)
{
    static const 
name[] = "name"
    
static szOldName[32], szNewName[32]
    
pev(idpev_netnameszOldNamecharsmax(szOldName))
    if( 
szOldName[0] )
    {
        
get_user_info(idnameszNewNamecharsmax(szNewName))
        if( !
equal(szOldNameszNewName) )
        {
            
set_user_info(idnameszOldName)
            return 
FMRES_HANDLED
        
}
    }
    return 
FMRES_IGNORED

Responder
#13
asi ?

Código PHP:
#include <amxmodx>

#define PLUGIN  "Name Contain"
#define VERSION "1.0"
#define AUTHOR  "Ale"

new const Contenido[][]=
{
    
"CS Player |"
    
"HOL |",
    
"CHIno} |"
}

public 
plugin_init()

    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
client_putinserver(id)
{
    new 
name[32];
    
get_user_name(idnamecharsmax(name))

    for(new 
0<sizeof Contenidoi++)
    {
        if(
containi(nameContenido[i]) != -1)
        {
            
server_cmd("kick ^"#%d^" 'Anti TAG'", get_user_userid(id))
        
}
    }

#include <amxmodx>
#include <fakemeta>

#define VERSION "0.1.0"

public plugin_init()
{
    
register_plugin("Block Change Name"VERSION"0")
    
register_forward(FM_ClientUserInfoChanged"ClientUserInfoChanged")
}

public 
ClientUserInfoChanged(id)
{
    static const 
name[] = "name"
    
static szOldName[32], szNewName[32]
    
pev(idpev_netnameszOldNamecharsmax(szOldName))
    if( 
szOldName[0] )
    {
        
get_user_info(idnameszNewNamecharsmax(szNewName))
        if( !
equal(szOldNameszNewName) )
        {
            
set_user_info(idnameszOldName)
            return 
FMRES_HANDLED
        
}
    }
    return 
FMRES_IGNORED

Responder
#14
xdddddddddd, toma:
Código PHP:
#include <amxmodx>
#include <fakemeta>

#define PLUGIN  "Name Contain"
#define VERSION "1.0"
#define AUTHOR  "Ale"

new const Contenido[][]=
{
    
"CS Player |"
    
"HOL |",
    
"CHIno} |"
}

public 
plugin_init()

    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_forward(FM_ClientUserInfoChanged"ClientUserInfoChanged")
}

public 
client_putinserver(id)
{
    new 
name[32];
    
get_user_name(idnamecharsmax(name))

    for(new 
0<sizeof Contenidoi++)
    {
        if(
containi(nameContenido[i]) != -1)
        {
            
server_cmd("kick ^"#%d^" 'Anti TAG'", get_user_userid(id))
        
}
    }



public 
ClientUserInfoChanged(id)
{
    static const 
name[] = "name"
    
static szOldName[32], szNewName[32]
    
pev(idpev_netnameszOldNamecharsmax(szOldName))
    if( 
szOldName[0] )
    {
        
get_user_info(idnameszNewNamecharsmax(szNewName))
        if( !
equal(szOldNameszNewName) )
        {
            
set_user_info(idnameszOldName)
            return 
FMRES_HANDLED
        
}
    }
    return 
FMRES_IGNORED

Responder
#15
https://forums.alliedmods.net/showthread.php?t=108952

Plugins Y Mods En Venta Nothingdohere
Mods Process¡
Mod Capture The Flag Halo / 2019 [70%]
Mod Christmas Level + Weapons Special / 2019 [20%]
Deathrun Levels + Saw / 2017 [100%]
Mod Surf Levels >Free Link< [100%]

Zombie Giant Test [10%]
Boss Project¡
Boss CSO For Cs 1.6 [On Sale] [Videos]
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)