I want to change what dispenser spawn, ammo to mine or none.
I searched, but didnt find any commands for this.
I use inf ammo in my server, so ammo is useless.
Scripts
Dispenser Item
Dispenser Item
1

function ClearMap()
	local _, i;
	local list = item(0, "table");
	
	for _, i in pairs(list) do
		if item(i, "type") == 61 or item(i, "type") == 62 then
			parse("removeitem " .. i);
		end
	end
end
addhook("second", "ClearMap");
mafia_man just suggested.
mp_infammo is set to 1!
1
