Plugin nuevo de abd.amxx y al apuntar que diga enemigo o amigo y su vida
#1
Buenas quisiera un plugin de abd.amxx que este bueno y no sea viejo ya que los anteriores tiene algunos bug que corregir y también el plugin que cuando apuntas a un enemigo o a un amigo diga de color azul o rojo Amigo y la vida lo agradeceria de antemano.
Responder
#2
https://forums.alliedmods.net/showthread.php?p=789735
Responder
#3
Falta el otro e.e
Responder
#4
No leí todo el tema, aquí te dejo el otro.

https://forums.alliedmods.net/showthread.php?t=115266
https://forums.alliedmods.net/showthread.php?p=810702

Saludos. Crab
Responder
#5
(15/07/2019, 08:22 PM)Chema escribió: No leí todo el tema, aquí te dejo el otro.

https://forums.alliedmods.net/showthread.php?t=115266
https://forums.alliedmods.net/showthread.php?p=810702

Saludos. Crab

Men está bien pero eso noda bug dice Human y lo que pienso es de Zombie PLague y para la modalidad que la quiero es Pregamer no causa ningun bug disculpa mi ignorancia pero soy un novato en esto pacman
Responder
#6
Tengo informacion al apuntar en mi ZP. Adaptalo si queres yo te doy una guia:

Código PHP:
new g_MsgSync4 

Código PHP:
/*Create the HUD Sync Objects
    .... */
    
g_MsgSync4 CreateHudSyncObj() 

Código PHP:
public event_show_status(id)
{
    
// Not a bot and is still connected
    
if (!g_isbot[id] && g_isconnected[id]) 
    {
        
// Retrieve the aimed player's id
        
static aimid
        aimid 
read_data(2)
        
        
// Only show friends status ?
        
if (g_zombie[id] == g_zombie[aimid])
        {
            static 
class2[32], redblue
            
            
// Format the class name according to the player's team
            
if (g_zombie[id])
            {
                
red 255
                blue 
0
                
                
if (g_nemesis[aimid]) formatex(class2charsmax(class2), "Nemesis")
                else if (
g_exe[aimid]) formatex(class2charsmax(class2), "Executioner")
                else if (
g_try[aimid]) formatex(class2charsmax(class2), "Tyrant")     
                else 
copy(class2charsmax(class2), g_zombie_classname[aimid])
                
                
// Show the notice
                
set_hudmessage(red50blue, -1.00.6010.013.00.010.01, -1)
                
ShowSyncHudMsg(id,g_MsgSync4"%s^n%s^n[ Vida: %i | Armor: %i ]^n[ Ammo Packs: %d | Nivel: %d ]^n[ Resets: %d ]"class2g_playername[aimid], get_user_health(aimid), get_user_armor(aimid), g_ammopacks[aimid], g_level[aimid], g_reset[aimid])
            }
            else
            {
                
red 0
                blue 
255
                
                
if (g_survivor[aimid]) formatex(class2charsmax(class2), "Survivor")
                else if (
g_sniper[aimid]) formatex(class2charsmax(class2), "Sniper")
                else if (
g_wesker[aimid]) formatex(class2charsmax(class2), "Wesker")
                else if (
g_termi[aimid]) formatex(class2charsmax(class2), "Terminator")    
                else 
copy(class2charsmax(class2), g_human_classname[aimid])
                
                
// Show the notice
                
set_hudmessage(red60blue, -1.00.6010.013.00.010.01, -1)
                
ShowSyncHudMsg(idg_MsgSync4"%s^n%s^n[ Vida: %i | Armor: %i ]^n[ Ammo Packs: %d | Nivel: %d ]^n[ Resets: %d ]"class2g_playername[aimid], get_user_health(aimid), get_user_armor(aimid), g_ammopacks[aimid], g_level[aimid], g_reset[aimid])
            }
            
        }
    }
}
public 
event_hide_status(id)
{
    
ClearSyncHud(idg_MsgSync4)


Plugin_init
Código PHP:
register_event("StatusValue""event_show_status""be""1=2""2!0")
register_event("StatusValue""event_hide_status""be""1=1""2=0"
___________________________________
SI NECESITAS UN PLUGIN TE LO HAGO $$$
COMUNICATE A MI DISCORD: emanuelitop15
Responder


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)