Forum

> > CS2D > Scripts > Balance Script Support Request
Forums overviewCS2D overview Scripts overviewLog in to reply

English Balance Script Support Request

8 replies
To the start Previous 1 Next To the start

old Balance Script Support Request

kewixasd
User Off Offline

Quote
Hi us

I'd like help with a zombie mod server

((((A Zombie Balance)))) I would ask for help, because they didn't know it

 
My teammate wouldn't know balance but just the opponent (ZM)

Thank you in advance for your help

sorry for my bad english

Admin/mod comment

Removed non-English description. Only English/German here within forums please! /user GeoB99

old Re: Balance Script Support Request

Edik
User Off Offline

Quote
@user kewixasd:

How do you mean only zombie balance? You cant balance just 1 team. Or you mean special-zombies from a script?

Here this will not allow more ct than zombies:
1
2
3
4
5
6
7
addhook("spawn","_spawn")
function _spawn(id)
	if #player(0,"team2") - 1 > #player(0,"team1") then
		parse("maket "..id)
		msg2(id,"Auto-Balance@C")
	end
end

If you want something else, its probably better if you explain us exactly what you want and show us your script.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview