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-60
when destroy supply