Forum
Scripts
Deathrun Script
Deathrun Script
4 replies
1

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
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 07:07:01 pm
Apocalypse has writtenHello there!
Problebly the best thing would be to make one.
This will make all players who are CT be T :
Hasn't been test. Should work.
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
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 07:21:26 pm
1
2
3
4
2
3
4
addhook("join","onJoin")
function onJoin(id)
parse("maket "..id)
end
Apocalypse has writtenOk... I saw my error. There's a new one :
1
2
3
4
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
edited 3×, last 21.01.12 05:37:26 pm
1

Offline
