Shawni: 1
function try(cmd)
1
parse("setscore ..id 0")
Its doesn't even will work.
Mods
Zombie Escape mod
Zombie Escape mod
Shawni: function try(cmd)
parse("setscore ..id 0")
Suprise has written
oxytamine: It's not possible to a cmd with (/) i actually wanted to make an admin script with it, Cause it looks nice!
mytechno123: You can make your own maps.
mytechno123: What do you mean? The zomibe Escape in cs1.6 is same What I did here.
oxytamine: addhook("parse","_parse")
function _parse(cmd)
	if cmd == "reset" then
		_reset(id)
	end
end
function _reset(id)
	parse("setscore "..id.." 0")
	parse("setdeaths "..id.." 0")
end