1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("die", "resetkill") function resetkill() timer(500,"spawnn") end function spawnn(id) ?? end
I want to spawn player by force after he dies in deathmatch. How to spawn him on spawn points as if it was a round restart?