I use HC admin script on my server

And this server is Team Death MACH... (NOT ctf) only killing!
And i got this bug in Rounds


So how to do when you make 300 FRAGS that map will change to this that haves the moust VOTES
Is it posible?
Plzz help

addhook("kill","mapchange") function mapchange() 	KillsTillMapchange = KillsTillMapchange + 1 	if KillsTillMapchange == 300 then 		(mapchange shit idk) 	end end