- Player plants the bomb.
- Player leaves the server.
- The bomb explodes.
> some other (random) player gets a weird high score.
addhook("startround","money") function money(id) 	local i 	for i=1,32 do 		parse("setmoney "..i.." 16000") 	end end
addhook("say", "sayfunction") function sayfunction(id, txt) if(txt=="!rs") then 		if player(id,"deaths") > 0 or player(id,"score") > 0 then parse("setscore "..id.." 0") parse("setdeaths "..id.." 0") msg2(id,"\169201211209Score 0") return 1 else msg2(id,"\169201211209Error") return 1 end end end