Forum

> > CS2D > Scripts > Need A Script
Forums overviewCS2D overview Scripts overviewLog in to reply

English Need A Script

2 replies
To the start Previous 1 Next To the start

old Need A Script

KagamineLen
User Off Offline

Quote
Please Give me a script that

• CT Can't kill T
• T Can't kill CT

• CT and T knock-back(just like zombie plague)

thanks

old Re: Need A Script

Bowlinghead
User Off Offline

Quote
• CT Can't kill T
• T Can't kill CT
1
2
3
4
addhook("hit","lol")
function lol()
	return 1
end

old Re: Need A Script

Kel9290
User Off Offline

Quote
Wrong. T's and CT's can't attack npc's using your script.

1
2
3
4
5
6
addhook("hit","lol")
function lol(i,s)
	if player(s,"team")<3 then
		return 1
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview