Raised This Month: $32 Target: $400
 8% 

Search this this code.


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-01-2014 , 12:30   Re: Search this this code.
Reply With Quote #11

@ Maj. Stoyan, for below request, you do not have to use any plugin.
Just edit the .sma file whether zombie_plague40.sma/ zombie_plague_advance_v1-6-1.sma/ zp50_hu d_info.sma file.

Please tell which ZP version do you use?

Last edited by zmd94; 08-01-2014 at 12:32.
zmd94 is offline
Maj. Stoyan
Member
Join Date: Jul 2014
Old 08-01-2014 , 16:35   Re: Search this this code.
Reply With Quote #12

Quote:
Originally Posted by zmd94 View Post
@ Maj. Stoyan, for below request, you do not have to use any plugin.
Just edit the .sma file whether zombie_plague40.sma/ zombie_plague_advance_v1-6-1.sma/ zp50_hu d_info.sma file.

Please tell which ZP version do you use?
zombie_plague40.sma

I use zombie plague 4.3
Maj. Stoyan is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-01-2014 , 21:59   Re: Search this this code.
Reply With Quote #13

1. First, just open your zombie_plague40.sma file.

2. Then, find this and change it:
Quote:
const Float:HUD_STATS_X = 0.02
const Float:HUD_STATS_Y = 0.9
-->
Quote:
const Float:HUD_STATS_X = -1.0
const Float:HUD_STATS_Y = 0.9
zmd94 is offline
Maj. Stoyan
Member
Join Date: Jul 2014
Old 08-02-2014 , 04:42   Re: Search this this code.
Reply With Quote #14

Quote:
Originally Posted by zmd94 View Post
1. First, just open your zombie_plague40.sma file.

2. Then, find this and change it:
-->
Friend, thank you for your help, but I do You want tell me how to change the location of AMMO, and the same as the picture, that is, to a large is
Maj. Stoyan is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-02-2014 , 04:50   Re: Search this this code.
Reply With Quote #15

Please post/ attach your zombie_plague40.sma file.
zmd94 is offline
Maj. Stoyan
Member
Join Date: Jul 2014
Old 08-02-2014 , 05:00   Re: Search this this code.
Reply With Quote #16

http://84.238.240.55/zombie_plague40.rar
Maj. Stoyan is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-02-2014 , 05:34   Re: Search this this code.
Reply With Quote #17

1. Just find this line:
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 %s - %L %d"ID_SHOWHUD"SPECTATING"g_playername[id], pev(idpev_health), 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 - %L %s - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD])
    }

2. Then, edit this line only:
PHP Code:
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"%L: %d - %L %s - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD]) 
zmd94 is offline
Maj. Stoyan
Member
Join Date: Jul 2014
Old 08-02-2014 , 05:36   Re: Search this this code.
Reply With Quote #18

Quote:
Originally Posted by zmd94 View Post
1. Just find this line:
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 %s - %L %d"ID_SHOWHUD"SPECTATING"g_playername[id], pev(idpev_health), 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 - %L %s - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD])
    }

2. Then, edit this line only:
PHP Code:
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"%L: %d - %L %s - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD]) 
I don't know how ..
Maj. Stoyan is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-02-2014 , 07:21   Re: Search this this code.
Reply With Quote #19

Sorry, what do you want to change actually? Please clarify it clearly.
zmd94 is offline
Egan
BANNED
Join Date: May 2013
Location: GB
Old 08-02-2014 , 07:48   Re: Search this this code.
Reply With Quote #20

Quote:
Originally Posted by zmd94 View Post
Sorry, what do you want to change actually? Please clarify it clearly.
he is asking us to do it for him...
Egan is offline
Send a message via ICQ to Egan Send a message via AIM to Egan Send a message via Yahoo to Egan Send a message via Skype™ to Egan
Reply



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 23:25.


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