Feb 08, 2011, 08:26 PM
How would I make it so that a certain map in the map cycle requires 70% of votes for it to be skipped?
local defpercent = convar.GetInteger("DF_mapveto_defaultpercent")
if(nextmap == "cp_MapYouHate") then
defpercent = 70
end