Forum

> > CS2D > General > flamethrower heal
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch flamethrower heal

28 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: flamethrower heal

MiroslavR
User Off Offline

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

alt Re: flamethrower heal

Admir
User Off Offline

Zitieren
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

alt Re: flamethrower heal

Admir
User Off Offline

Zitieren
mortyr22 hat geschrieben
sry not work!


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

alt Re: flamethrower heal

REVOLUTiON
User Off Offline

Zitieren
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!!

alt Re: flamethrower heal

Kaka024
User Off Offline

Zitieren
I made it for my classes (medic one) and with five-sevend he could heal others. That script is great!
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht