Forum

> > CS2D > Scripts > Deathrun Script
Forums overviewCS2D overview Scripts overviewLog in to reply

English Deathrun Script

4 replies
To the start Previous 1 Next To the start

old Deathrun Script

Crash13
User Off Offline

Quote
Hi, where i can find a deathrun script like in cs 1.6. Every player will be Terrorist?

old Re: Deathrun Script

Apocalypse
User Off Offline

Quote
Hello there!

Problebly the best thing would be to make one.

This will make all players who are CT be T :

1
2
3
4
5
6
addhook("spawn","onSpawn")
function onSpawn(id)
if player(id,"team")==2 then
parse("maket "..id)
end
end

Hasn't been test. Should work.
edited 1×, last 19.01.12 08:07:01 pm

old Re: Deathrun Script

Crash13
User Off Offline

Quote
user Apocalypse has written
Hello there!

Problebly the best thing would be to make one.

This will make all players who are CT be T :

1
2
3
4
5
6
addhook("spawn","onSpawn")
function onSpawn(id)
if player(id,"team")==2 then
parse("maket "..id..")
end
end

Hasn't been test. Should work.


Thanks, but this make all who are ct make T (all CT now are T)
edited 1×, last 19.01.12 08:21:26 pm

old Re: Deathrun Script

Apocalypse
User Off Offline

Quote
Ok... I saw my error. There's a new one :

1
2
3
4
addhook("join","onJoin")
function onJoin(id)
parse("maket "..id)
end

old Re: Deathrun Script

Crash13
User Off Offline

Quote
user Apocalypse has written
Ok... I saw my error. There's a new one :

1
2
3
4
addhook("join","onJoin")
function onJoin(id)
parse("maket "..id)
end


Thanks.

But Factis699 had a amazing deathrun script. I need, when is end round then another CT go to TT. like

Spoiler >
edited 3×, last 21.01.12 06:37:26 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview