1
2
3
4
5
6
2
3
4
5
6
addhook("walkover","walkover")
function walkover(id,iid,type)
	if iid==47 then
		return 1
	end
end
Scripts
Lua Scripts/Questions/Helpaddhook("walkover","walkover")
function walkover(id,iid,type)
	if iid==47 then
		return 1
	end
end
addhook("walkover","walkover")
function walkover(id,iid,type)
	if iid==47 then
		return 1
	end
end
more
hud_fireinthehole
0 - Off / False
Apply15/10/2010 day: [8:29] RyceR says: Hi all! [8:29] The G0D says: Hello. [8:30] The G0D says: What is name of this mode?
[8:29] RyceR says: Hi all! [8:29] The G0D says: Hello. [8:30] The G0D says: What is name of this mode?
addhook("parse", "remove_rcon_quit")
function remove_rcon_quit(text)
	if text == "quit" then return 2 end
end
addhook("hit","god_on")
function god_on(id,source,weapon,hpdmg,apdmg)
if god[id]==1 then
	return 1
end
end
addhook("hit","god_on")
function god_on(id,source,weapon,hpdmg,apdmg)
if god[id]==1 then
	return 1
end
end