Forum

> > CS2D > General > flamethrower heal
Forums overviewCS2D overviewGeneral overviewLog in to reply

English flamethrower heal

28 replies
Page
To the start Previous 1 2 Next To the start

old Re: flamethrower heal

MiroslavR
User Off Offline

Quote
Oh my god, open console and check for LUA error messages (red text). Please make sure that command 'luadebug' is set to 1.

old Re: flamethrower heal

Admir
User Off Offline

Quote
try this

1
2
3
4
5
6
addhook("hit","flamethrower_heal")
function flamethrower_heal(id,source,weapon,hpdmg,apdmg)
	if(weapon == 46) then
	parse ("sethealth "..id.." "..player(id,"health")+10) 
	end
end

old Re: flamethrower heal

Admir
User Off Offline

Quote
mortyr22 has written
sry not work!


where did you copy that script? it works on me. I already test it with bot.

old Re: flamethrower heal

REVOLUTiON
User Off Offline

Quote
Dude, Follow these instrcutions if u have porblems installing

1.Check Lua file (make sure its .lua not .lua.txt !)
2.In More options under mp_luaserver type the name for exmaple flame_heal.lua
3. Play server!

And oh. make sure file is in CS2D/sys/lua
otherwise it will not work

Peace!!

old Re: flamethrower heal

Kaka024
User Off Offline

Quote
I made it for my classes (medic one) and with five-sevend he could heal others. That script is great!
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview