function ms(map) parse("hudtxt 0 'Map "..map.."' 6 424 0") end ms("de_dust")
Why bad works ?
shows not where it should !
edited 1×, last 13.07.14 05:34:16 pm
function ms(map) parse("hudtxt 0 'Map "..map.."' 6 424 0") end ms("de_dust")
function ms(map) 	parse('hudtxt 0 "Map '..map..'" 6 424 0') end ms("de_dust")