Raised This Month: $51 Target: $400
 12% 

[Zp] Ayuda con 2 Cositas


  
 
 
Thread Tools Display Modes
Author Message
JorG
Junior Member
Join Date: Mar 2012
Old 04-08-2012 , 04:28   [Zp] Ayuda con 2 Cositas
#1

Bueno toy armando mi zp y quisiera saver un par de cositas.
1. Como hago para sacar el radar, vida y el chaleco. Y poner el hud del zp (Vida, Chaleco, etc) en el lugar donde taba el radar 1 debajo del otro. Ej:
Vida: 100
Chaleco: 50
Clase: ect
2. Como hago para que no alla nececidad de cargas las armas, osea gasto un cargado y carga nuevamente y no hay nececidad de cargarlas con ,. Se entiende.

PD: Perdon x mi por mi forma de escribir no posteo mucho en allied. Bueno eso es todo Salu2
JorG is offline
dalegato
Senior Member
Join Date: Feb 2011
Old 04-08-2012 , 10:46   Re: [Zp] Ayuda con 2 Cositas
#2

Primero: Si tenes vercion 4.2 busca

PHP Code:
const HIDE_MONEY = (1<<5)

// y remplazalo por esto o agregalo

const HIDE_MONEY = (1<<5) | (1<<3
Segundo: Pasa La funcion esa del Hud, es esta.

PHP Code:
// Show health, class and ammo packs 

Last edited by dalegato; 04-08-2012 at 10:54.
dalegato is offline
Old 04-08-2012, 10:48
dalegato
This message has been deleted by dalegato. Reason: doble th
Geoslide
Senior Member
Join Date: Jun 2011
Location: Chilean player
Old 04-08-2012 , 10:51   Re: [Zp] Ayuda con 2 Cositas
#3

Sacar radar, hp, chaleco.

Hud Customizer 0.4
__________________
Basebuilder V6 - plugin for sale
Jailbreak V6 - plugin for sale
more plugins in progress ...

Geoslide ?
Geoslide is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 04-08-2012 , 12:00   Re: [Zp] Ayuda con 2 Cositas
#4

Quote:
Originally Posted by dalegato View Post
Primero: Si tenes vercion 4.2 busca

PHP Code:
const HIDE_MONEY = (1<<5)

// y remplazalo por esto o agregalo

const HIDE_MONEY = (1<<5) | (1<<3
Segundo: Pasa La funcion esa del Hud, es esta.

PHP Code:
// Show health, class and ammo packs 
Quote:
Originally Posted by Geoslide View Post
Sacar radar, hp, chaleco.

Hud Customizer 0.4
La solucion la dieron arriba, y el HUD Customizer no funciona correctamente con el ZP.
__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Sidix
Senior Member
Join Date: Feb 2011
Location: Limbo City
Old 04-08-2012 , 14:53   Re: [Zp] Ayuda con 2 Cositas
#5

PHP Code:
// HUD messages
const Float:HUD_EVENT_X = -1.0
const Float:HUD_EVENT_Y 0.17
const Float:HUD_INFECT_X 0.05
const Float:HUD_INFECT_Y 0.45
const Float:HUD_SPECT_X 0.6
const Float:HUD_SPECT_Y 0.8
const Float:HUD_STATS_X 0.01
const Float:HUD_STATS_Y 0.20 
PHP Code:
// Spectating someone else?
    
if (id != ID_SHOWHUD)
    {
        
// Show name, health, class, and ammo packs
        
set_hudmessage(255255255HUD_SPECT_XHUD_SPECT_Y06.01.10.00.0, -1)
        
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"%L %s^nHP: %d - %L: %d - %L %s - %L %d"ID_SHOWHUD"SPECTATING"g_playername[id], pev(idpev_health), ID_SHOWHUD"ARMOR"pev(idpev_armorvalue), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[id])
    }
    else
    {
        
// Show health, class and ammo packs
        
set_hudmessage(redgreenblueHUD_STATS_XHUD_STATS_Y06.01.10.00.0, -1)
        
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"- %L: %d^n - %L: %d^n - %L %s^n - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"ARMOR"pev(ID_SHOWHUDpev_armorvalue), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD])
    }

__________________
[IMG]http://img839.**************/img839/1879/dmcdanteprofile.png[/IMG]
Sidix is offline
JorG
Junior Member
Join Date: Mar 2012
Old 04-08-2012 , 20:14   Re: [Zp] Ayuda con 2 Cositas
#6

Quote:
Originally Posted by dalegato View Post
Primero: Si tenes vercion 4.2 busca

PHP Code:
const HIDE_MONEY = (1<<5)

// y remplazalo por esto o agregalo

const HIDE_MONEY = (1<<5) | (1<<3
Segundo: Pasa La funcion esa del Hud, es esta.

PHP Code:
// Show health, class and ammo packs 
No uso la vercion 4.3

Quote:
Originally Posted by Sidix View Post
PHP Code:
// HUD messages
const Float:HUD_EVENT_X = -1.0
const Float:HUD_EVENT_Y 0.17
const Float:HUD_INFECT_X 0.05
const Float:HUD_INFECT_Y 0.45
const Float:HUD_SPECT_X 0.6
const Float:HUD_SPECT_Y 0.8
const Float:HUD_STATS_X 0.01
const Float:HUD_STATS_Y 0.20 
PHP Code:
// Spectating someone else?
    
if (id != ID_SHOWHUD)
    {
        
// Show name, health, class, and ammo packs
        
set_hudmessage(255255255HUD_SPECT_XHUD_SPECT_Y06.01.10.00.0, -1)
        
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"%L %s^nHP: %d - %L: %d - %L %s - %L %d"ID_SHOWHUD"SPECTATING"g_playername[id], pev(idpev_health), ID_SHOWHUD"ARMOR"pev(idpev_armorvalue), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[id])
    }
    else
    {
        
// Show health, class and ammo packs
        
set_hudmessage(redgreenblueHUD_STATS_XHUD_STATS_Y06.01.10.00.0, -1)
        
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"- %L: %d^n - %L: %d^n - %L %s^n - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"ARMOR"pev(ID_SHOWHUDpev_armorvalue), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD])
    }

Vere si funciona Muchas Gracias SAludos

EDIT: Lo de las balas se entendio ?

Last edited by JorG; 04-08-2012 at 21:34.
JorG is offline
!Morte
Veteran Member
Join Date: May 2010
Old 04-09-2012 , 06:22   Re: [Zp] Ayuda con 2 Cositas
#7

2.

PHP Code:
zp_human_unlimited_ammo 1 // Unlimited ammo [0-disabled // 1-BP ammo // 2-clip ammo] 
__________________
First Zombie Class
[ZP] Zombie Class: Houndeye Zombie
Quote:
Originally Posted by lucas_7_94 View Post
tenes que saber pawn antes de intentar hacer algo digno.

Last edited by !Morte; 04-09-2012 at 06:22.
!Morte is offline
Send a message via MSN to !Morte Send a message via Skype™ to !Morte
Jo4akiiTox
Member
Join Date: Dec 2011
Old 04-09-2012 , 07:40   Re: [Zp] Ayuda con 2 Cositas
#8

Quote:
Originally Posted by !Morte View Post
2.

PHP Code:
zp_human_unlimited_ammo 1 // Unlimited ammo [0-disabled // 1-BP ammo // 2-clip ammo] 
No encuentro esa linea Me ayudas? Salu2
Jo4akiiTox is offline
!Morte
Veteran Member
Join Date: May 2010
Old 04-09-2012 , 08:20   Re: [Zp] Ayuda con 2 Cositas
#9

Quote:
Originally Posted by Jo4akiiTox View Post
No encuentro esa linea Me ayudas? Salu2
amxmodx/configs/zombieplague.cfg
__________________
First Zombie Class
[ZP] Zombie Class: Houndeye Zombie
Quote:
Originally Posted by lucas_7_94 View Post
tenes que saber pawn antes de intentar hacer algo digno.
!Morte is offline
Send a message via MSN to !Morte Send a message via Skype™ to !Morte
RauliTop
BANNED
Join Date: Apr 2012
Location: Espaņa
Old 04-10-2012 , 13:26   Re: [Zp] Ayuda con 2 Cositas
#10

Quitar el radar:
PHP Code:
client_cmd(id"hideradar"
Pon eso en client_putinserver
RauliTop is offline
Send a message via MSN to RauliTop
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode