I need help with code because not work (when destroy supply)1
2
3
4
5
6
2
3
4
5
6
addhook("objectkill","objectkill_")
function objectkill_(id,player)
if object(id,"type") == 5 and object(id,"tilex") == 60 then
freehook("use","camelon")
end
	 end
2.
Can timer addhook? e.g. addhook will be working for 10 seconds from the start round.3.
How to free(delete) image on specific cordinate e.g. x-5 y-60when destroy supply
freehook and timer ask
1 
Offline
DC