why my spawn hook didn't work
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
--SPAWN addhook("spawn","zcspawn") function zcspawn(id) 	parse('hudtxt2 '..id..' 5 "ฉ000255000Zcash: '..zc2[id]..'" 10 110 0') 	parse('hudtxt2 '..id..' 6 "ฉ000255000Zcoin: '..zc1[id]..'" 10 130 0') 	end end
this is my hook and fuction,the hudtext didn't appear when spawn please answer me,where is wrong?
Thank you for useful answer
