 Shawni:
 Shawni: 1
function try(cmd)
1
parse("setscore ..id 0")
Its doesn't even will work.
 
  CS2D
 CS2D  Mods
 
Mods  Zombie Escape mod
 Zombie Escape mod Zombie Escape mod
 Zombie Escape mod Shawni:
 Shawni: function try(cmd)
parse("setscore ..id 0")
 
  
   Suprise has written
 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!
 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: You can make your own maps.  mytechno123: What do you mean? The zomibe Escape in cs1.6 is same What I did here.
 mytechno123: What do you mean? The zomibe Escape in cs1.6 is same What I did here. oxytamine:
 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
