Forum

> > CS2D > Scripts > Deathrun Script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Deathrun Script

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Deathrun Script

Crash13
User Off Offline

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

alt Re: Deathrun Script

Apocalypse
User Off Offline

Zitieren
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.
1× editiert, zuletzt 19.01.12 20:07:01

alt Re: Deathrun Script

Crash13
User Off Offline

Zitieren
user Apocalypse hat geschrieben
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)
1× editiert, zuletzt 19.01.12 20:21:26

alt Re: Deathrun Script

Apocalypse
User Off Offline

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

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

alt Re: Deathrun Script

Crash13
User Off Offline

Zitieren
user Apocalypse hat geschrieben
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 >
3× editiert, zuletzt 21.01.12 18:37:26
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht