CS2D Beta 0.1.1.4 ermöglicht unter anderem serverseitige Lua Scripts, mit denen man eigene Server-Mods scripten kann.
Darüber hinaus gibt es zahlreiche neue Befehle und viele Bugfixes.
Den Download gibt es wie immer kostenlos auf www.CS2D.com
addhook("say", "he_say") function he_say(p, t) 	if (t == "he") then 		parse("equip "..p.." 51") 	end end
dofile("sys/lua/NAMEDEINERLUA.lua")
addhook("say", "he_say") function he_say(p, t) 	if (t == "he") then 		parse("equip "..p.." 51") 		msg2(p, "Du hast nun eine Granate") 	end end
addhook("say", "he_say") function he_say(p, t) 	if (t == "he") then 		parse("equip "..p.." 51") 		msg2(p, "Du hast nun eine Granate") 	end end
dofile("sys/lua/cs2dmaster.lua")