"die"Casper- User Offline 29.12.10 04:32:56 pm i tried to make when ct dies goes to spec (or T it doesnt matter) heres what i wrote 1234addhook("die","ctdie") function ctdie() parse("makespec "..id.."") end
Re: "die"Yasday User Offline 29.12.10 04:37:52 pm function ctdie() You haven't got any parameter there, so why id? Just use ctdie(id) Edit: aww too slow...