Dateien

> > CS2D > Lua Scripts > More HP v2
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch More HP v2 >

15 Kommentare3 kb, 802 Downloads

alt More HP v2

HaRe
User Off Offline

This script can be usefull for Zombie Server's,

•What does it do?
Mehr >

•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 )
5× editiert, zuletzt 13.08.10 18:39:45
Zugelassen von Sparty

Download Download

3 kb, 802 Downloads

Kommentare

15 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

Reyhan
User Off Offline

why it still can't work?

alt

tomes11
User Off Offline

lol. it isnt work and the console write ERROR

alt .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
Ich mag es!

alt

Rainoth
Moderator Off Offline

HaRe hat geschrieben
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)
Ich mag es!

alt

RyceR
User Off Offline

@HaRe yes...
Ich mag es!

alt

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

alt

RyceR
User Off Offline

very nice!
P.S: Blazzingxx can say again "All sript ideas is from me."
Ich mag es!

alt

Anti
User Off Offline

Very good!
Ich mag es!

alt

TrAmBoY
User Off Offline

LOLZ THANKS FOR YOUR SHARE

alt

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

alt

RyceR
User Off Offline

fixed, thanks
Ich mag es!

alt

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)
1× editiert, zuletzt 13.08.10 14:44:53

alt

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!
Ich mag es!

alt CooL

DeRussia
User Off Offline

lua cool!! AWESOME!!
Ich mag es!

alt

BlacKJacK93
User Off Offline

Very good , Keep it up
Ich mag es!
Zum Anfang Vorherige 1 Nächste Zum Anfang