Hns+Niveles (Cristian & Treki)
#1
Hola, vengo a aportar el modo que hice modificar por treki hace ya un año..
El modo lo habia puesto a la venta, pero no lo vendi al final...

El modo base es el HNS FRAGSMOD de Cristian. Pero al editarlo tiene varias modificaciones que pueden sacar a gusto.
Lo doy como aporte ya que no lo voy a usar mas, y tarde o temprano lo voy a perder sin querer (Se lo pedi a treki mas de 3 veces)

*GUARDADO DE CUENTAS POR MYSQL
*Sistema AutoLogin por IP
*Configuraciones de hud, chat, seguridad de la cuenta (cambiar contra, agregar email, agregar respuesta de seguridad) , bind de letras,etc.
*Estadisticas de la cuenta
*Banco de dinero
*SG con segundos restantes para desongelarse
*SG de colores
*Flash de colores
*Carnages (AWP, DEAGLE, DEAGLE ONLY HEAD, KNIFE, PISTOLAS, AK47, AK47 ONLY HEAD,M4A1 ONLY HEAD, GRANADAS, ALL WEAPONS, RESPAWN( si moris revivis), EXPLOSION HUMANA(cuando mantenes la E explotas y si matas a alguien revivis)
*Habilidades (LASER, CARNAGE Y ESPECIALES)
En habilidades especiales hay:

-SG MODO IMPACTO
-DAÑO AL CONGELAR
-CHANCE DE OBJETOS
-EXPLOSION LASER( PARA PODER VOLAR POR LOS AIRES)
-PLANTAR LASER RAPIDO
-DETO 2.0
-CONGELAR MAS TIEMPO
-DESCONGELARME MAS RAPIDO

*Clases CT y TT ( con mejoras cada vez que subis de clase )
*Sistema de rangos
*Party
*Misiones
*Cofres y monedas cuando muere un enemigo, con diferentes ganancias
*Top 10
*Shop Online (podes comprar admin con coins )
*Menu administracion (kick, slay, revivir, asesinar, remover laser)
*Menu de staff ( tirar cofres y lanzar evento de cofres e iniciar modos carnage
*Comandos para dar niveles, frags, plata, puntos y lignotes de oro.
*Tienda con varias cosas para comprar.
*models Lasers para usuarios administradores
*Unstuck automatico o manual
*Sistema de bloqueo de comandos (por si entran con la cuenta de un admin con su setinfo y hacen cagadas) explico, cuando un usuario entra a un sv con su setinfo, esta queda guardada en ese server... y pueden ingresar otros usuarios con y tirar comandos de admin para cagarte el server. en este caso lo que pedi fue: que si o si tengas que ingresar a la cuenta para poder usar los comandos.


[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]
[Imagen: image.png]

PD: no me vengan a decir cosas como: "Para eso me bajo el de Cristian". Este mod tiene muchisimas modificaciones y agregados. El mismo Manu puede decirtelo.

PD2: Se necesita amx V 1.8.3 o superior

PD3: Le faltan unos sonidos, pero eso no infulye en el funcionamiento, ustedes despues puede agregarselos a su gusto.

Resourceshttps://www.mediafire.com/file/yp9pscqgy...s.rar/file

Consulta MYSQL:
Código PHP:
CREATE TABLE IF NOT EXISTS accounts
Name varchar(32PRIMARY KEY,
Password varchar(33NOT NULL DEFAULT '',
level int NOT NULL DEFAULT '1',
frags int NOT NULL DEFAULT '0',
ranking int NOT NULL DEFAULT '0',
Ip varchar(33NOT NULL DEFAULT '',
Email varchar(33NOT NULL DEFAULT '',
Secret varchar(33NOT NULL DEFAULT '',
hudselect int NOT NULL DEFAULT '1',
hudred int NOT NULL DEFAULT '0',
hudgreen int NOT NULL DEFAULT '255',
hudblue int NOT NULL DEFAULT '0',
money int NOT NULL DEFAULT '100',
coins int NOT NULL DEFAULT '0',
item0 int NOT NULL DEFAULT '0',
item1 int NOT NULL DEFAULT '0',
item2 int NOT NULL DEFAULT '0',
item3 int NOT NULL DEFAULT '0',
item4 int NOT NULL DEFAULT '0',
item5 int NOT NULL DEFAULT '0',
item6 int NOT NULL DEFAULT '0',
item7 int NOT NULL DEFAULT '0',
item8 int NOT NULL DEFAULT '0',
item9 int NOT NULL DEFAULT '0',
item10 int NOT NULL DEFAULT '0',
item11 int NOT NULL DEFAULT '0',
item12 int NOT NULL DEFAULT '0',
item13 int NOT NULL DEFAULT '0',
item14 int NOT NULL DEFAULT '0',
item15 int NOT NULL DEFAULT '0',
item16 int NOT NULL DEFAULT '0',
item17 int NOT NULL DEFAULT '0',
classt int NOT NULL DEFAULT '0'
classct int NOT NULL DEFAULT '0'
hab_points int NOT NULL DEFAULT '0',
hab_pworn_lm int NOT NULL DEFAULT '0',
hab_pworn_cg int NOT NULL DEFAULT '0',
hab_pworn_dm int NOT NULL DEFAULT '0',
hab_lm_0 int NOT NULL DEFAULT '0',
hab_lm_1 int NOT NULL DEFAULT '0',
hab_lm_2 int NOT NULL DEFAULT '0',
hab_lm_3 int NOT NULL DEFAULT '0',
hab_cm_0 int NOT NULL DEFAULT '0'
hab_cm_1 int NOT NULL DEFAULT '0'
hab_cm_2 int NOT NULL DEFAULT '0'
hab_cm_3 int NOT NULL DEFAULT '0'
hab_cm_4 int NOT NULL DEFAULT '0'
hab_dm_0 int NOT NULL DEFAULT '0'
hab_dm_1 int NOT NULL DEFAULT '0'
hab_dm_2 int NOT NULL DEFAULT '0'
hab_dm_3 int NOT NULL DEFAULT '0'
hab_dm_4 int NOT NULL DEFAULT '0'
hab_dm_5 int NOT NULL DEFAULT '0'
hab_dm_6 int NOT NULL DEFAULT '0'
hab_dm_7 int NOT NULL DEFAULT '0',
mode_impact int NOT NULL DEFAULT '0',
title int NOT NULL DEFAULT '0'
abr int NOT NULL DEFAULT '0'
style int NOT NULL DEFAULT '0'
setlaser varchar(6NOT NULL DEFAULT ''
dellaser varchar(6NOT NULL DEFAULT ''
buylaser varchar(6NOT NULL DEFAULT ''
chest0 int NOT NULL DEFAULT '0'
chest1 int NOT NULL DEFAULT '0'
chest2 int NOT NULL DEFAULT '0'
chest3 int NOT NULL DEFAULT '0'
chest4 int NOT NULL DEFAULT '0',
chest5 int NOT NULL DEFAULT '0',
chest6 int NOT NULL DEFAULT '0',
stats0 int NOT NULL DEFAULT '0'
stats1 int NOT NULL DEFAULT '0'
stats2 int NOT NULL DEFAULT '0'
stats3 int NOT NULL DEFAULT '0'
stats4 int NOT NULL DEFAULT '0'
stats5 int NOT NULL DEFAULT '0'
stats6 int NOT NULL DEFAULT '0'
stats7 int NOT NULL DEFAULT '0'
stats8 int NOT NULL DEFAULT '0'
stats9 int NOT NULL DEFAULT '0'
stats10 int NOT NULL DEFAULT '0'
stats11 int NOT NULL DEFAULT '0'
stats12 int NOT NULL DEFAULT '0'
stats13 int NOT NULL DEFAULT '0'
stats14 int NOT NULL DEFAULT '0'
stats15 int NOT NULL DEFAULT '0'
stats16 int NOT NULL DEFAULT '0'
stats17 int NOT NULL DEFAULT '0'
stats18 int NOT NULL DEFAULT '0'
stats19 int NOT NULL DEFAULT '0'
stats20 int NOT NULL DEFAULT '0'
stats21 int NOT NULL DEFAULT '0'
ach0 int NOT NULL DEFAULT '0',
ach1 int NOT NULL DEFAULT '0',
ach2 int NOT NULL DEFAULT '0',
ach3 int NOT NULL DEFAULT '0',
ach4 int NOT NULL DEFAULT '0',
ach5 int NOT NULL DEFAULT '0',
ach6 int NOT NULL DEFAULT '0',
ach7 int NOT NULL DEFAULT '0',
ach8 int NOT NULL DEFAULT '0',
ach9 int NOT NULL DEFAULT '0',
ach10 int NOT NULL DEFAULT '0',
ach11 int NOT NULL DEFAULT '0',
ach12 int NOT NULL DEFAULT '0',
ach13 int NOT NULL DEFAULT '0',
ach14 int NOT NULL DEFAULT '0',
ach15 int NOT NULL DEFAULT '0',
ach16 int NOT NULL DEFAULT '0',
ach17 int NOT NULL DEFAULT '0',
ach18 int NOT NULL DEFAULT '0',
ach19 int NOT NULL DEFAULT '0',
ach20 int NOT NULL DEFAULT '0',
ach21 int NOT NULL DEFAULT '0',
ach22 int NOT NULL DEFAULT '0',
ach23 int NOT NULL DEFAULT '0',
ach24 int NOT NULL DEFAULT '0',
ach25 int NOT NULL DEFAULT '0',
ach26 int NOT NULL DEFAULT '0',
ach27 int NOT NULL DEFAULT '0',
ach28 int NOT NULL DEFAULT '0',
ach29 int NOT NULL DEFAULT '0',
ach30 int NOT NULL DEFAULT '0',
ach31 int NOT NULL DEFAULT '0',
ach32 int NOT NULL DEFAULT '0',
ach33 int NOT NULL DEFAULT '0',
ach34 int NOT NULL DEFAULT '0',
ach35 int NOT NULL DEFAULT '0',
ach36 int NOT NULL DEFAULT '0',
ach37 int NOT NULL DEFAULT '0',
ach38 int NOT NULL DEFAULT '0',
ach39 int NOT NULL DEFAULT '0',
ach40 int NOT NULL DEFAULT '0',
ach41 int NOT NULL DEFAULT '0',
ach42 int NOT NULL DEFAULT '0',
ach43 int NOT NULL DEFAULT '0',
ach44 int NOT NULL DEFAULT '0',
ach45 int NOT NULL DEFAULT '0',
ach46 int NOT NULL DEFAULT '0',
ach47 int NOT NULL DEFAULT '0',
ach48 int NOT NULL DEFAULT '0',
ach49 int NOT NULL DEFAULT '0',
ach50 int NOT NULL DEFAULT '0',
ach51 int NOT NULL DEFAULT '0',
ach52 int NOT NULL DEFAULT '0',
ach53 int NOT NULL DEFAULT '0',
ach54 int NOT NULL DEFAULT '0',
ach55 int NOT NULL DEFAULT '0',
ach56 int NOT NULL DEFAULT '0',
ach57 int NOT NULL DEFAULT '0',
ach58 int NOT NULL DEFAULT '0',
ach59 int NOT NULL DEFAULT '0',
ach60 int NOT NULL DEFAULT '0',
ach61 int NOT NULL DEFAULT '0',
ach62 int NOT NULL DEFAULT '0',
ach63 int NOT NULL DEFAULT '0',
ach64 int NOT NULL DEFAULT '0',
ach65 int NOT NULL DEFAULT '0',
ach66 int NOT NULL DEFAULT '0',
ach67 int NOT NULL DEFAULT '0',
ach68 int NOT NULL DEFAULT '0',
ach69 int NOT NULL DEFAULT '0',
ach70 int NOT NULL DEFAULT '0',
ach71 int NOT NULL DEFAULT '0',
ach72 int NOT NULL DEFAULT '0',
ach73 int NOT NULL DEFAULT '0',
ach74 int NOT NULL DEFAULT '0',
ach75 int NOT NULL DEFAULT '0',
ach76 int NOT NULL DEFAULT '0',
ach77 int NOT NULL DEFAULT '0',
ach78 int NOT NULL DEFAULT '0',
ach79 int NOT NULL DEFAULT '0' ); 
Saludos


Archivos adjuntos
.sma   Descargar AMXX / hns_fragsmod.sma (Tamaño: 284.07 KB / Descargas: 162)
.sma   Descargar AMXX / hns_bets.sma (Tamaño: 37.9 KB / Descargas: 169)
.sma   Descargar AMXX / block_commands.sma (Tamaño: 974 bytes / Descargas: 148)
.inc   hnshalzen.inc (Tamaño: 246 bytes / Descargas: 88)
Responder
#2
Gracias por el aporte te sugiero que coloques la etiquetas [spoiler] a las imágenes,

Saludos!
[Imagen: 76561198350936449.png]

Cita:Los precios en la moneda venezolana se fijarán a partir de la reconversión monetaria y valdrá mucho menos de lo que cuesta una Cachapa con queso.
Responder
#3
Al igual que en la tabla. Coloca el [spoiler]. buen aporte
Responder
#4
Muy buen aporte, gracias por compartirlo.
Ingeniero agrónomo y desarrollador de Software.

tutoriales-allied
buscas un zp?

"La imitación es la forma más sincera de admiración con la que puede pagar la mediocridad a la grandeza"

Merci Alliedmodders pour m'introduire dans la programmation.
Responder
#5
(04/08/2019, 03:16 PM)roccoxx escribió: Muy buen aporte, gracias por compartirlo.

Responder
#6
Gracias por compartirlo, a más de uno le servirá para sacar ideas, aprender, etc.

(03/08/2019, 03:44 PM)nQn! escribió: Consulta MYSQL:
Código PHP:
CREATE TABLE IF NOT EXISTS accounts
Name varchar(32PRIMARY KEY,
Password varchar(33NOT NULL DEFAULT '',
level int NOT NULL DEFAULT '1',
frags int NOT NULL DEFAULT '0',
ranking int NOT NULL DEFAULT '0',
Ip varchar(33NOT NULL DEFAULT '',
Email varchar(33NOT NULL DEFAULT '',
Secret varchar(33NOT NULL DEFAULT '',
hudselect int NOT NULL DEFAULT '1',
hudred int NOT NULL DEFAULT '0',
hudgreen int NOT NULL DEFAULT '255',
hudblue int NOT NULL DEFAULT '0',
money int NOT NULL DEFAULT '100',
coins int NOT NULL DEFAULT '0',
item0 int NOT NULL DEFAULT '0',
item1 int NOT NULL DEFAULT '0',
item2 int NOT NULL DEFAULT '0',
item3 int NOT NULL DEFAULT '0',
item4 int NOT NULL DEFAULT '0',
item5 int NOT NULL DEFAULT '0',
item6 int NOT NULL DEFAULT '0',
item7 int NOT NULL DEFAULT '0',
item8 int NOT NULL DEFAULT '0',
item9 int NOT NULL DEFAULT '0',
item10 int NOT NULL DEFAULT '0',
item11 int NOT NULL DEFAULT '0',
item12 int NOT NULL DEFAULT '0',
item13 int NOT NULL DEFAULT '0',
item14 int NOT NULL DEFAULT '0',
item15 int NOT NULL DEFAULT '0',
item16 int NOT NULL DEFAULT '0',
item17 int NOT NULL DEFAULT '0',
classt int NOT NULL DEFAULT '0'
classct int NOT NULL DEFAULT '0'
hab_points int NOT NULL DEFAULT '0',
hab_pworn_lm int NOT NULL DEFAULT '0',
hab_pworn_cg int NOT NULL DEFAULT '0',
hab_pworn_dm int NOT NULL DEFAULT '0',
hab_lm_0 int NOT NULL DEFAULT '0',
hab_lm_1 int NOT NULL DEFAULT '0',
hab_lm_2 int NOT NULL DEFAULT '0',
hab_lm_3 int NOT NULL DEFAULT '0',
hab_cm_0 int NOT NULL DEFAULT '0'
hab_cm_1 int NOT NULL DEFAULT '0'
hab_cm_2 int NOT NULL DEFAULT '0'
hab_cm_3 int NOT NULL DEFAULT '0'
hab_cm_4 int NOT NULL DEFAULT '0'
hab_dm_0 int NOT NULL DEFAULT '0'
hab_dm_1 int NOT NULL DEFAULT '0'
hab_dm_2 int NOT NULL DEFAULT '0'
hab_dm_3 int NOT NULL DEFAULT '0'
hab_dm_4 int NOT NULL DEFAULT '0'
hab_dm_5 int NOT NULL DEFAULT '0'
hab_dm_6 int NOT NULL DEFAULT '0'
hab_dm_7 int NOT NULL DEFAULT '0',
mode_impact int NOT NULL DEFAULT '0',
title int NOT NULL DEFAULT '0'
abr int NOT NULL DEFAULT '0'
style int NOT NULL DEFAULT '0'
setlaser varchar(6NOT NULL DEFAULT ''
dellaser varchar(6NOT NULL DEFAULT ''
buylaser varchar(6NOT NULL DEFAULT ''
chest0 int NOT NULL DEFAULT '0'
chest1 int NOT NULL DEFAULT '0'
chest2 int NOT NULL DEFAULT '0'
chest3 int NOT NULL DEFAULT '0'
chest4 int NOT NULL DEFAULT '0',
chest5 int NOT NULL DEFAULT '0',
chest6 int NOT NULL DEFAULT '0',
stats0 int NOT NULL DEFAULT '0'
stats1 int NOT NULL DEFAULT '0'
stats2 int NOT NULL DEFAULT '0'
stats3 int NOT NULL DEFAULT '0'
stats4 int NOT NULL DEFAULT '0'
stats5 int NOT NULL DEFAULT '0'
stats6 int NOT NULL DEFAULT '0'
stats7 int NOT NULL DEFAULT '0'
stats8 int NOT NULL DEFAULT '0'
stats9 int NOT NULL DEFAULT '0'
stats10 int NOT NULL DEFAULT '0'
stats11 int NOT NULL DEFAULT '0'
stats12 int NOT NULL DEFAULT '0'
stats13 int NOT NULL DEFAULT '0'
stats14 int NOT NULL DEFAULT '0'
stats15 int NOT NULL DEFAULT '0'
stats16 int NOT NULL DEFAULT '0'
stats17 int NOT NULL DEFAULT '0'
stats18 int NOT NULL DEFAULT '0'
stats19 int NOT NULL DEFAULT '0'
stats20 int NOT NULL DEFAULT '0'
stats21 int NOT NULL DEFAULT '0'
ach0 int NOT NULL DEFAULT '0',
ach1 int NOT NULL DEFAULT '0',
ach2 int NOT NULL DEFAULT '0',
ach3 int NOT NULL DEFAULT '0',
ach4 int NOT NULL DEFAULT '0',
ach5 int NOT NULL DEFAULT '0',
ach6 int NOT NULL DEFAULT '0',
ach7 int NOT NULL DEFAULT '0',
ach8 int NOT NULL DEFAULT '0',
ach9 int NOT NULL DEFAULT '0',
ach10 int NOT NULL DEFAULT '0',
ach11 int NOT NULL DEFAULT '0',
ach12 int NOT NULL DEFAULT '0',
ach13 int NOT NULL DEFAULT '0',
ach14 int NOT NULL DEFAULT '0',
ach15 int NOT NULL DEFAULT '0',
ach16 int NOT NULL DEFAULT '0',
ach17 int NOT NULL DEFAULT '0',
ach18 int NOT NULL DEFAULT '0',
ach19 int NOT NULL DEFAULT '0',
ach20 int NOT NULL DEFAULT '0',
ach21 int NOT NULL DEFAULT '0',
ach22 int NOT NULL DEFAULT '0',
ach23 int NOT NULL DEFAULT '0',
ach24 int NOT NULL DEFAULT '0',
ach25 int NOT NULL DEFAULT '0',
ach26 int NOT NULL DEFAULT '0',
ach27 int NOT NULL DEFAULT '0',
ach28 int NOT NULL DEFAULT '0',
ach29 int NOT NULL DEFAULT '0',
ach30 int NOT NULL DEFAULT '0',
ach31 int NOT NULL DEFAULT '0',
ach32 int NOT NULL DEFAULT '0',
ach33 int NOT NULL DEFAULT '0',
ach34 int NOT NULL DEFAULT '0',
ach35 int NOT NULL DEFAULT '0',
ach36 int NOT NULL DEFAULT '0',
ach37 int NOT NULL DEFAULT '0',
ach38 int NOT NULL DEFAULT '0',
ach39 int NOT NULL DEFAULT '0',
ach40 int NOT NULL DEFAULT '0',
ach41 int NOT NULL DEFAULT '0',
ach42 int NOT NULL DEFAULT '0',
ach43 int NOT NULL DEFAULT '0',
ach44 int NOT NULL DEFAULT '0',
ach45 int NOT NULL DEFAULT '0',
ach46 int NOT NULL DEFAULT '0',
ach47 int NOT NULL DEFAULT '0',
ach48 int NOT NULL DEFAULT '0',
ach49 int NOT NULL DEFAULT '0',
ach50 int NOT NULL DEFAULT '0',
ach51 int NOT NULL DEFAULT '0',
ach52 int NOT NULL DEFAULT '0',
ach53 int NOT NULL DEFAULT '0',
ach54 int NOT NULL DEFAULT '0',
ach55 int NOT NULL DEFAULT '0',
ach56 int NOT NULL DEFAULT '0',
ach57 int NOT NULL DEFAULT '0',
ach58 int NOT NULL DEFAULT '0',
ach59 int NOT NULL DEFAULT '0',
ach60 int NOT NULL DEFAULT '0',
ach61 int NOT NULL DEFAULT '0',
ach62 int NOT NULL DEFAULT '0',
ach63 int NOT NULL DEFAULT '0',
ach64 int NOT NULL DEFAULT '0',
ach65 int NOT NULL DEFAULT '0',
ach66 int NOT NULL DEFAULT '0',
ach67 int NOT NULL DEFAULT '0',
ach68 int NOT NULL DEFAULT '0',
ach69 int NOT NULL DEFAULT '0',
ach70 int NOT NULL DEFAULT '0',
ach71 int NOT NULL DEFAULT '0',
ach72 int NOT NULL DEFAULT '0',
ach73 int NOT NULL DEFAULT '0',
ach74 int NOT NULL DEFAULT '0',
ach75 int NOT NULL DEFAULT '0',
ach76 int NOT NULL DEFAULT '0',
ach77 int NOT NULL DEFAULT '0',
ach78 int NOT NULL DEFAULT '0',
ach79 int NOT NULL DEFAULT '0' ); 

Normalización, quién te conoce? Roflmao
Responder
#7
Una masa buen aporte
Responder
#8
buenas tengo un problema al momento de registrarme me sale esto
Cita:[HG] Ocurrió un error al registrarte!

y me sale esto en logs
Cita:L 08/27/2019 - 05:23:01: Error: 1146 - Table 'Company_whOo.accounts' doesn't exist

L 08/27/2019 - 05:23:12: Error: 1146 - Table 'Company_whOo.accounts' doesn't exist


SOLUCIONADO!
Aprendiendo scripting Excitedeyes || Tratare ayudar en lo que pueda Trolleyes || PD: Soy pobre Cutecry
Responder
#9
Rainbow Valla, excelente aporte. Me gusta

Lo guardare en mi disco duro de respaldo, aver si un dia de estos le hecho un ojo... Whatever
[Imagen: jrXxqRT.png]
*Maper Del Cstrike* - *Estudiante De Sistema*
(03/09/2018, 08:32 PM)Skylar escribió: Obviamente, no va a hablar con super pro para que le mueva el thread
(04/01/2019, 05:12 PM)Pan Bimbo (? escribió: QUE HICISTE QUE??????? YO QUERIA LA PLACA DE VIDEO PORQUE LA TIRASTE CTM
(15/01/2019, 04:08 AM)FreDDy escribió:
(15/01/2019, 03:45 AM)Hernandez escribió: Qué más dan las palabras si a donde vayas están en tetas protestando sin sentido

No todas salen en tetas y no todas protestan sin sentido. Estás generalizando algo que sólo unas pocas lo hacen a diferencia de las muchas que realmente tienen un motivo para protestar.
(17/01/2019, 12:34 PM)totopizza escribió: el orden de los factores no altera el producto xD
(23/01/2019, 01:10 AM)GoldenCosta escribió:
Cita:E visto que este ZP , ESTA AQUI EN EL FORO PERO NO ES EL ORIGINAL POR QUE? , LE FALTAN MILES DE COSAS ESTA BUGEADO , LE FALTAN CÓDIGOS NI SE IMAGINAN , BUENO EL MOD ESTE SE VENDE POR 70 DOLARES , ACEPTO PAYPAL Y EN PESOS CHILENOS $42.584
ya esta publicado.... y 70 us en arg son 2625,35 pesos... estas loco con esa guita neel mantiene el foro por 2 años
(23/01/2019, 01:17 AM)Skylar escribió:
(22/01/2019, 10:30 PM)el_juan_fail escribió:
(22/01/2019, 10:03 AM)Neeeeeeeeeel.- escribió: Por favor subir las cosas al foro y no links a blogs externos. Solamente en caso de que haya recursos que no se pudiesen subir por un tema de tamaño, poenr un link de descarga directo (tipo mega) de los recursos y subir los plugins y demás archivos livianos al foro.

deberia ponerle en un link mediante el mediafire o mega o link externo lo que sea pero no es bueno dejar cosa agregada sin descargar solo por el blog no se puede se puede bajar el recurso o que haya sido creado disculpa neeeeel. estaba leyendose las reglas u.uMario

Dijiste lo mismo que dijo Neeel!
(27/02/2019, 08:00 PM)Sugisaki escribió:
(27/02/2019, 05:37 PM)Pan Bimbo (? escribió:
(27/02/2019, 12:06 AM)luxor xD escribió: Hola, si precacheo algo en un plugin, no es necesario precachearlo en otro plugin?

Si yo cargo una caja en un camion, mi amigo puede cargar la MISMA caja en el camion?, y no porque ya esta cargada.
[R]ak escribió: Mis conocimientos aumentaron un 500% con este post
(14/03/2019, 10:26 PM)KrR10VnZl escribió: en Venezuela aprendes a ser desde bombas molotov hasta velas, es algo así como supervivencia al desnudo jaja
(18/04/2019, 11:04 PM)Jose88 escribió:
(18/04/2019, 09:55 PM)Hypnotize escribió: arriba marica

papa me va perdonar pero aquí no sale ningún download. solo sale esto

Código PHP:
PDNiños Ratas eviten sacar el autor jaja.
REMOVIDO POR TUTOR Y SLOWHACK
(21/04/2019, 09:38 AM)SHENK! =D escribió: ASDASD

Si nos organizamos cojemos todos.
(11/08/2019, 05:11 PM)Cr3470r escribió: Todo Software es crackeable ... No importa cuantas validaciones hagan, la ventaja siempre la tenemos nosotros ...
(28/07/2015, 09:34 PM)Nazi.- escribió: :ohgodwhy buen aporte

PD: situación sentimental: Sin internetOh god why

Sigue así Proud

(28/02/2020, 12:23 AM)Skylar escribió:
(27/02/2020, 11:28 PM)4evergaming escribió: Ya me puse como autor y lo subi a mi empresa


Abrazos

FIX
Responder
#10
Solo digo, para BlockCommands no es mejor hacerlo así? Así no usas tanto register_clcmd.
Código PHP:
#include <amxmodx>
#include <hnshalzen>

new const CMD_Admins[][] = {
    
"amx_ban"
    
"amx_addban",
    
"amx_unban",
    
"amx_banip",
    
"amx_kick",
    
"amx_slay",
    
"amx_slap",
    
"amx_leave",
    
"amx_pause",
    
"amx_map",
    
"amx_cfg"
};

public 
plugin_init( )
{
    
register_plugin"Block Commands""1.0""Manu" );
    
    for(new 
0sizeof(CMD_Admins); i++)
        
register_clcmd(CMD_Admins[i], "ClientCommand_Block");
}

public 
ClientCommand_BlockiId )
{
    if( !
hns_is_loggediId ) )
    {
        
console_printiId"Debes estar identificado para poder usar comandos de administrador." );
        
        return 
PLUGIN_HANDLED;
    }
    
    return 
PLUGIN_CONTINUE;

Responder
#11
(27/08/2019, 08:43 PM)Niper.-. escribió: Solo digo, para BlockCommands no es mejor hacerlo así? Así no usas tanto register_clcmd.
Código PHP:
#include <amxmodx>
#include <hnshalzen>

new const CMD_Admins[][] = {
    
"amx_ban"
    
"amx_addban",
    
"amx_unban",
    
"amx_banip",
    
"amx_kick",
    
"amx_slay",
    
"amx_slap",
    
"amx_leave",
    
"amx_pause",
    
"amx_map",
    
"amx_cfg"
};

public 
plugin_init( )
{
    
register_plugin"Block Commands""1.0""Manu" );
    
    for(new 
0sizeof(CMD_Admins); i++)
        
register_clcmd(CMD_Admins[i], "ClientCommand_Block");
}

public 
ClientCommand_BlockiId )
{
    if( !
hns_is_loggediId ) )
    {
        
console_printiId"Debes estar identificado para poder usar comandos de administrador." );
        
        return 
PLUGIN_HANDLED;
    }
    
    return 
PLUGIN_CONTINUE;


Estéticamente y es mas cómodo, si, serviría.
Responder
#12
buenas me puedes explicar la funcion de *Shop Online
Aprendiendo scripting Excitedeyes || Tratare ayudar en lo que pueda Trolleyes || PD: Soy pobre Cutecry
Responder
#13
(27/08/2019, 08:49 PM)metita escribió:
(27/08/2019, 08:43 PM)Niper.-. escribió: Solo digo, para BlockCommands no es mejor hacerlo así? Así no usas tanto register_clcmd.
Código PHP:
#include <amxmodx>
#include <hnshalzen>

new const CMD_Admins[][] = {
    
"amx_ban"
    
"amx_addban",
    
"amx_unban",
    
"amx_banip",
    
"amx_kick",
    
"amx_slay",
    
"amx_slap",
    
"amx_leave",
    
"amx_pause",
    
"amx_map",
    
"amx_cfg"
};

public 
plugin_init( )
{
    
register_plugin"Block Commands""1.0""Manu" );
    
    for(new 
0sizeof(CMD_Admins); i++)
        
register_clcmd(CMD_Admins[i], "ClientCommand_Block");
}

public 
ClientCommand_BlockiId )
{
    if( !
hns_is_loggediId ) )
    {
        
console_printiId"Debes estar identificado para poder usar comandos de administrador." );
        
        return 
PLUGIN_HANDLED;
    }
    
    return 
PLUGIN_CONTINUE;


Estéticamente y es mas cómodo, si, serviría.

Claramente, lo digo porque usa la misma función "ClientCommand_Block" en muchos register_clcmd, entonces para simplificar, un simple loop con todos los comandos y listo. Sí fuesen esos comandos, pero con distinta función, ahí sí que lo compartiria. Pero como es una sola función, un loop lo veo bastante bien.
Responder
#14
(28/08/2019, 03:45 PM)whOo escribió: buenas me puedes explicar la funcion de *Shop Online

Se programó asi para alguna comunidad que posea un foro o pág y pueda conectar la db mysql del hns junto con el foro o pág, así este ,puede comprar "coins", con esas monedas podrás comprar x2 x3 y x3 VIP. Este al comprarlo, dará automaticamente multiplicador o multi con admin.
Para podér editar monedas debes entrar a la db y editar la tabla llamada 'coins', obviamente al usuario que vos queres.
Responder
#15
(30/08/2019, 08:01 PM)nQn! escribió:
(28/08/2019, 03:45 PM)whOo escribió: buenas me puedes explicar la funcion de *Shop Online

Se programó asi para alguna comunidad que posea un foro o pág y pueda conectar la db mysql del hns junto con el foro o pág, así este ,puede comprar "coins", con esas monedas podrás comprar x2 x3 y x3 VIP. Este al comprarlo, dará automaticamente multiplicador o multi con admin.
Para podér editar monedas debes entrar a la db y editar la tabla llamada 'coins', obviamente al usuario que vos queres.

ah vale y como agregaria la compra del admin y como se que lo compraron
Aprendiendo scripting Excitedeyes || Tratare ayudar en lo que pueda Trolleyes || PD: Soy pobre Cutecry
Responder
#16
(30/08/2019, 11:12 PM)whOo escribió:
(30/08/2019, 08:01 PM)nQn! escribió:
(28/08/2019, 03:45 PM)whOo escribió: buenas me puedes explicar la funcion de *Shop Online

Se programó asi para alguna comunidad que posea un foro o pág y pueda conectar la db mysql del hns junto con el foro o pág, así este ,puede comprar "coins", con esas monedas podrás comprar x2 x3 y x3 VIP. Este al comprarlo, dará automaticamente multiplicador o multi con admin.
Para podér editar monedas debes entrar a la db y editar la tabla llamada 'coins', obviamente al usuario que vos queres.

ah vale y como agregaria la compra del admin y como se que lo compraron

Me parece que traie un .log, tendrias que leer el codigo, y fijarte
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)