Files

> > CS2D > Lua Scripts > More HP v2
Files overviewCS2D overviewLua Scripts overview

English More HP v2 >

15 comments3 kb, 799 Downloads

old More HP v2

HaRe
User Off Offline

This script can be usefull for Zombie Server's,

•What does it do?
More >

•Includes:
>More HP for zombies(1 file)
>More HP for everyone(1 file)
>Read Me
>Give Health command (!givehealth ID AMOUNT)
>Admin's file(ADD US IDS there)

•Credits:
>vesa-omar: Script
>Counter Strike 1.6: Main Idea( Zombie Plague )
edited 5×, last 13.08.10 06:39:45 pm
Approved by Sparty

Download Download

3 kb, 799 Downloads

Comments

15 comments
To the start Previous 1 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Reyhan
User Off Offline

why it still can't work?

old

tomes11
User Off Offline

lol. it isnt work and the console write ERROR

old .YeaH.

FiiD
User Off Offline

CooL HaRe...I like the script...I dont make zombie servers but think about to start making one and this will be really usefull...MeGa usefull
I like it!

old

Rainoth
Moderator Off Offline

HaRe has written
When it reaches 100 HP it starts to dmg's you (Your real HP)


What if im admin and i set my max hp to 250 ? (Lets say that i was wondering what would hapen)
I like it!

old

RyceR
User Off Offline

@HaRe yes...
I like it!

old

HaRe
User Off Offline

Blazzing didnt do those ideas

He just got them from CS 1.6 Zombie Plague
So those aint hes ideas actualy All ideas are from CS 1.6 Addons

old

RyceR
User Off Offline

very nice!
P.S: Blazzingxx can say again "All sript ideas is from me."
I like it!

old

Anti
User Off Offline

Very good!
I like it!

old

TrAmBoY
User Off Offline

LOLZ THANKS FOR YOUR SHARE

old

HaRe
User Off Offline

New Function added:

!givehealth ID AMOUNT
That command gives the selected ID the amount you've wrote.
To add admins open up the file admin.txt and then write your US ID

old

RyceR
User Off Offline

fixed, thanks
I like it!

old

HaRe
User Off Offline

Umm im sure it should work couse ive tested it,
When you get hitten you dont lose DMG only the HUDTXT loses, But when the HUDTXT is 100 then it starts to DMG you, I will double check the script and ill upload some screens

/edit heres the screenshots (OPS dont think im a noob my screen size is over 100kb couldnt upload here)
http://img196.imageshack.us/i/dedust00000.png/
http://img812.imageshack.us/i/dedust00001.png/
http://img251.imageshack.us/i/dedust00002.png/
http://img827.imageshack.us/i/dedust00003.png/


Btw are you sure you only changed the
1
2
3
4
5
6
7
8
9
10
addhook("ms100","ehealth_ms100")
function ehealth_ms100()
	for id = 1,32 do
		msh[id]=msh[id]+1
		if (player(id,"exists")) and msh[id]==1 then
			msh[id]=2
			ehealth[id]=700 -- change here
		end
	end
end
part?

if it still dosent work change

1
2
3
4
5
6
7
8
9
10
function initArray(m)
	local array = {}
	for i = 1, m do
		array[i]=0
	end
	return array
end

ehealth = initArray(32)
msh = initArray(32)
to

1
2
3
4
5
6
7
8
9
10
function Array(m)
	local array = {}
	for i = 1, m do
		array[i]=0
	end
	return array
end

ehealth = Array(32)
msh = Array(32)
edited 1×, last 13.08.10 02:44:53 pm

old

RyceR
User Off Offline

it dont give me more hp... If i have 0hp (not in YOUR hudtxt) i die... i test it and if i have 0hp on YOUR hudtxt and i have been hitted tit say: Health: -15... help plz!
I like it!

old CooL

DeRussia
User Off Offline

lua cool!! AWESOME!!
I like it!

old

BlacKJacK93
User Off Offline

Very good , Keep it up
I like it!
To the start Previous 1 Next To the start