AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Zombie Plague 4.3 Fix5a Latest Version[UPDATE 16-June-2016] (https://forums.alliedmods.net/showthread.php?t=279404)

Kakarot47 02-21-2016 13:48

Zombie Plague 4.3 Fix5a Latest Version[UPDATE 16-June-2016]
 
3 Attachment(s)
Zombie-Plague 4.3 Fix5a Lastest
Version


Hi All i am going to share this addon in this forum because this addons is in other forum so i
want that you can use it

Code:

1- sniper
2- assassin
3- armageddon mode (50% Nemesis 50% Survivor
4- sniper vs assassin mode
5- nightmare mode (25% sniper 25%survivors Vs 25%Assasin 25%Nemesis)

There is no bug. with 100% gurenty

i hope that you can like this.

Enjoy

Code:

1.6.1 Advance System
Fixed 4.4 fix5a codes
Fixed 6.2 Bugs

Changelog
** v4.3.Fix6a [Dec 2015]
HTML Code:

- Added Armor information.
- Added Aim info with cvar , // got code from zpa
- Added 5 new Modes ,Sniper, Assassin, armageddon , sniper Vs Assassin and NightMare Mode.
- Changed HUD_SPECT_X , got code from zpa and changed spcetating color and size.
- Added P model for sniper Model
- Fixed Glow Size , that appear white glow without enable cvar_glow for nemesis, survivor, sniper. assassin. (bug fixed)
- Fixed nemesis Glow
- Removed cvar_survweapon. and added AK-47 & XM1014 weapon for survivor. if you want to change, search it "// Update model on weaponmodel ent".
- Fixed player can walk when zombie is freeze (bug fixed)
- new CVAR zp_dmg_while_frost, if enable, zombie will not get dmg while frost
- Fixed SetHamParamInteger (fw_PlayerKilled runtime error)
- Added 2 new natives from zpa . zp_get_user_model & zp_set_user_model

updates :- By me
HTML Code:

- Added dhud screen messages.
- Added Chatcolors to the admins menu commands.
- Added Fire, Frost , Flare Grenades sprites.


bakir123 02-21-2016 15:16

Re: Zombie Plague 4.3 Fix5a Latest Version
 
np
anyway, i have updated this mode

this link http://www111.zippyshare.com/v/VVmbdkRp/file.html

change log
Quote:

** v4.3.Fix6a [Dec 2015]

- Added Armor information.
- Added Aim info with cvar , // got code from zpa
- Added 5 new Modes ,Sniper, Assassin, armageddon , sniper Vs Assassin and NightMare Mode.
- Changed HUD_SPECT_X , got code from zpa and changed spcetating color and size.
- Added P model for sniper Model
- Fixed Glow Size , that appear white glow without enable cvar_glow for nemesis, survivor, sniper. assassin. (bug fixed)
- Fixed nemesis Glow
- Removed cvar_survweapon. and added AK-47 & XM1014 weapon for survivor. if you want to change, search it "// Update model on weaponmodel ent".
- Fixed player can walk when zombie is freeze (bug fixed)
- new CVAR zp_dmg_while_frost, if enable, zombie will not get dmg while frost
- Fixed SetHamParamInteger (fw_PlayerKilled runtime error)
- Added 2 new natives from zpa . zp_get_user_model & zp_set_user_model
sorry i can't upload mod here, bcuz, the internet so bad.

Kakarot47 02-22-2016 08:21

Re: Zombie Plague 4.3 Fix5a Latest Version
 
No need to be worry i will update this post

GlobalPlague 02-25-2016 11:22

Re: Zombie Plague 4.3 Fix5a Latest Version
 
What mean "Armor Information" ?

Kakarot47 02-26-2016 02:32

Re: Zombie Plague 4.3 Fix5a Latest Version
 
Quote:

Originally Posted by GlobalPlague (Post 2396709)
What mean "Armor Information" ?

Mean you can see Armor on hud Like

Health : %d Class : Zombie or Human Ammopacks : %d Armor : %d

tfk94 02-26-2016 03:19

Re: Zombie Plague 4.3 Fix5a Latest Version
 
Kakarot what do i have to change so my health bar look like this http://prikachi.com/images.php?images/801/8656801w.jpg

Kakarot47 02-26-2016 12:09

Re: Zombie Plague 4.3 Fix5a Latest Version
 
Quote:

Originally Posted by tfk94 (Post 2396918)
Kakarot what do i have to change so my health bar look like this http://prikachi.com/images.php?images/801/8656801w.jpg


Just open you zombie_plague40.sma

find this line

PHP Code:

// Show name, 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 - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD], "ARMOR"get_user_armor(ID_SHOWHUD)) 

-->

PHP Code:

// Show name, health, class, and ammo packs
set_hudmessage(redgreenblue, -1.00.9010.013.00.010.01, -1)
        
ShowSyncHudMsg(ID_SHOWHUDg_MsgSync2"%L: %d - %L %s - %L %d - %L %d"id"ZOMBIE_ATTRIB1"pev(ID_SHOWHUDpev_health), ID_SHOWHUD"CLASS_CLASS", class, ID_SHOWHUD"AMMO_PACKS1"g_ammopacks[ID_SHOWHUD], ID_SHOWHUD"ARMOR"pev(ID_SHOWHUDpev_armorvalue)) 


tfk94 02-26-2016 17:37

Re: Zombie Plague 4.3 Fix5a Latest Version
 
can u tell me how to make it green
now it is blue and it flashes

GlobalPlague 02-26-2016 17:39

Re: Zombie Plague 4.3 Fix5a Latest Version
 
Quote:

Originally Posted by tfk94 (Post 2397152)
can u tell me how to make it green
now it is blue and it flashes


look here - http://cs-bg.info/colors.htm

for example, if you want to be green, it have to looks - set_hudmessage(0, 255, 0,

tfk94 02-26-2016 17:51

Re: Zombie Plague 4.3 Fix5a Latest Version
 
i dont get it
set_hudmessage(red, green, blue, -1.0, 0.90, 1, 0.01, 3.0, 0.01, 0.01, -1)
it has to be like this ?
set_hudmessage(0, 255, 0, -1.0, 0.90, 1, 0.01, 3.0, 0.01, 0.01, -1)


All times are GMT -4. The time now is 09:55.

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