Forum

> > CS2D > Scripts > "die"
Forums overviewCS2D overview Scripts overviewLog in to reply

English "die"

2 replies
To the start Previous 1 Next To the start

old "die"

SkullFace
User Off Offline

Quote
i tried to make when ct dies goes to spec (or T it doesnt matter)

heres what i wrote
1
2
3
4
addhook("die","ctdie")
function ctdie()
parse("makespec "..id.."")
end

old Re: "die"

stealth
User Off Offline

Quote
make

function ctdie()

to

function ctdie(id)

old Re: "die"

Yasday
User Off Offline

Quote
function ctdie()
You haven't got any parameter there, so why id?
Just use ctdie(id)

Edit: aww too slow...
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview