Level is here
http://unrealsoftware.de/files_show.php?file=3306NOTE: The level isn't up to date yet.
Scripts
Nazi Zombie Power-ups?
Nazi Zombie Power-ups?
1

http://unrealsoftware.de/files_show.php?file=3306
thesk5tera: Just use
equip command and use
spawn hook. Like this:addhook("spawn","_spawn")
function _spawn(id)
	parse("equip "..id.." 74")
end
Aythadis: Use
explosion command to simulate the Nuke and
killplayer command for Insta-Kill. Like this:parse("explosion "..player(id,"x").." "..player(id,"y").." 400 125 "..id)
parse("killplayer "..math.random(1, 32))
points[k] = points[k] + (points[v] * 2)
1
