1
2
3
4
2
3
4
-- HUMILIATION? (KNIFEKILL) 	if (weapon==50) then 		-- HUMILIATION! 		parse("sv_sound \"fun/humiliation.wav\"");
Wie da??
-- HUMILIATION? (KNIFEKILL) 	if (weapon==50) then 		-- HUMILIATION! 		parse("sv_sound \"fun/humiliation.wav\"");
addhook("say","stiil.links.say") function stiil.links.say (txt) 	if (txt =="/forum") then msg("FORUMLINK") 	end end
------------------------------------------------------------------- -- Mod: sample.ut -- -- Adds UT Sounds like Humiliation, Doublekill, Multikill, etc. -- -- hooks: startround, kill -- ------------------------------------------------------------------- -- dofile("sys/lua/samples/utsfx.lua")
------------------------------------------------------------------- -- Mod: sample.ut -- -- Adds UT Sounds like Humiliation, Doublekill, Multikill, etc. -- -- hooks: startround, kill -- ------------------------------------------------------------------- dofile("sys/lua/samples/utsfx.lua")