Forum

> > CS2D > Scripts > 300 kills!
Forums overviewCS2D overview Scripts overviewLog in to reply

English 300 kills!

3 replies
To the start Previous 1 Next To the start

old 300 kills!

Misho
User Off Offline

Quote
Hello guys!
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 like -1 -2 -3 -4 -5 etc...
>
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

old Re: 300 kills!

Alistaire
User Off Offline

Quote
You should add an addhook "kill";

1
2
3
4
5
6
7
addhook("kill","mapchange")
function mapchange()
	KillsTillMapchange = KillsTillMapchange + 1
	if KillsTillMapchange == 300 then
		(mapchange shit idk)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview