and my dropped m4's ammo wasn't change.
can anyone give me example?
addhook("drop","bros") function bros(id,iid,type) 	if type == 10 then 		timer(1,"parse","setammo "..iid.." 0 1000 0") 	end end
for _,iid in pairs(item(0,"table")) do 	if item(iid,"type") == 10 then 		parse("setammo "..iid.." 0 1000 0") 	end end
item(0, "table")