Welcome Soldier.



  ban sin sentido
Enviado por: Jvi - 07-17-2020, 07:15 PM - Respuestas (4)



Archivos adjuntos Miniatura(s)
   
Continue reading..

  Ban y no tiene razon
Enviado por: Chepedaniel61 - 07-16-2020, 04:48 AM - Respuestas (3)



Archivos adjuntos Miniatura(s)
   
Continue reading..

  bug de la experiencia
Enviado por: Mandil7w7 - 07-16-2020, 04:16 AM - Respuestas (1)

Continue reading..

  Otras pocas sugerencias :)
Enviado por: Matuito 亗 - 07-16-2020, 03:05 AM - Respuestas (4)

Continue reading..

  Admin campeando
Enviado por: Chepedaniel61 - 07-15-2020, 12:46 AM - Respuestas (3)



Adjunto la demo donde se ve al admin al frente del tren 

https://youtu.be/mG_FDujG6JE

Continue reading..

  Cerrando al team.
Enviado por: [CEA] Sxturno - 07-14-2020, 03:33 PM - Respuestas (1)



Archivos adjuntos Miniatura(s)
       
Continue reading..

  Abuso Del salto
Enviado por: Matuito 亗 - 07-14-2020, 01:15 AM - Respuestas (4)



Archivos adjuntos Miniatura(s)
               
Continue reading..

  [TTT] Item: Pala de Detective
Enviado por: GabsHp - 07-14-2020, 12:39 AM - Respuestas (5)

Se me ocurrió este item para el modo [TTT].
Es un item sencillo, pero funciona para el modo.

Descripción: Item de Detective, que al comprarlo se añade a la mochila. Sirve para remover los items de Traidores como las Armas Falsas o Estaciones de la muerte. Solo tiene un solo uso, al usarlo se le removerá automáticamente de la mochila al jugador, así como también eliminará el item del Traidor.

Código PHP:
<?php 
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <ttt>

new const EntityNames[][] = { "FakeWeap", "TTT_DEATHSTATION" };

//ITEM CVARS
new cvar_precio;

new
g_iShovel, g_iUserHasShovel[33], g_iItem_Backpack[33];

public
plugin_init() {
register_plugin("[TTT] Item: Detective Shovel", "1.0", "GabsHp");
cvar_precio    = my_register_cvar("ttt_shovel_precio",        "2",    "Precio de la pala de detective");
}

public
ttt_plugin_cfg()
{
    g_iShovel = ttt_buymenu_add( "Detective Shovel", get_pcvar_num(cvar_precio), PC_DETECTIVE);
    ttt_add_exception( g_iShovel );
}

public
ttt_item_selected(id, item, name[], price)
{
   
if(g_iShovel == item)
{
g_iUserHasShovel[id] = true;
g_iItem_Backpack[id] = ttt_backpack_add(id, name);
client_print_color(id, print_team_default, "%s Compraste: !g'Detective Shovel'", TTT_TAG);
client_print_color(id, print_team_default, "%s Usa la pala de tu mochila para remover armas falsas/estaciones de la muerte!", TTT_TAG);
return
PLUGIN_HANDLED;
}
return
PLUGIN_CONTINUE;
}

public
ttt_item_backpack(id, item, name[])
{
if(
g_iUserHasShovel[id] && g_iItem_Backpack[id] == item)
{
new
iEnt, iBody;
get_user_aiming(id, iEnt, iBody);
if(
is_valid_ent(iEnt) && is_user_alive(id)){
new
szClassName[32];
entity_get_string(iEnt, EV_SZ_classname, szClassName, sizeof(szClassName));
for (new
i = 0; i < sizeof EntityNames; i++ )
{
if(
equal( szClassName, EntityNames[ i ] ))
{
static
iOwner;
iOwner = entity_get_edict( iEnt, EV_ENT_owner );
remove_entity(iEnt);
client_print_color(iOwner, print_team_default, "%s Un detective ha removido tu item!", TTT_TAG);
client_print_color(id, print_team_default, "%s Has removido el item correctamente!", TTT_TAG);
ttt_backpack_remove(id, g_iShovel);
g_iUserHasShovel[id] = false;
return
PLUGIN_HANDLED;
}
client_print_color(id, print_team_default, "%s No estas apuntando a una entidad valida para remover!", TTT_TAG);
}
}
}
return
PLUGIN_CONTINUE;
}

Continue reading..

  matando al equipo umizoomi :,(
Enviado por: yizuz - 07-14-2020, 12:10 AM - Respuestas (1)

Continue reading..

  Admin bugueando heli
Enviado por: Chepedaniel61 - 07-13-2020, 10:46 PM - Respuestas (1)



Archivos adjuntos Miniatura(s)
           
Continue reading..

Usuarios en línea
Actualmente hay 280 usuarios en línea. 0 miembro(s) | 280 invitado(s)

Estadísticas del foro
Miembros: 11,129,   Temas del foro: 9,890,   Mensajes del foro: 41,677,   Último miembro: Jorge1999,   Estadísticas totales

Bienvenido, Invitado
Tienes que registrarte para poder participar en nuestro foro.

Nombre de usuario
  

Contraseña
  





Últimos temas
Wallpaper Fine
Último mensaje por: yizuz
07-05-2023, 01:02 PM 1

[AMX] Admin Voice
Último mensaje por: Pantera.
10-07-2022, 06:36 AM 6

Solicitu de Unban nicknam...
Último mensaje por: Amziii*
09-12-2022, 05:53 AM 1

Mapa
Último mensaje por: Ti0Alan
07-28-2022, 11:37 PM 1

Desbaneo
Último mensaje por: MeOlvideDeLaContra
07-26-2022, 09:55 PM 0

Reporte por abuso de admi...
Último mensaje por: Fallen
07-24-2022, 07:52 PM 5

abuso de admin xd
Último mensaje por: AnnoyingZeus
07-19-2022, 09:39 PM 0

Abuso de Admin del usuari...
Último mensaje por: DCK
07-15-2022, 04:33 AM 0

a
Último mensaje por: Wyq
07-12-2022, 04:31 AM 2

Panel de admin
Último mensaje por: turtle
07-06-2022, 12:03 AM 7


Buscar en los foros

Búsqueda avanzada



Sobre M X E M E X I C O

Comunidad MxE © 2020 - La mejorar comunidad de Counter Strike 1.6 .