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 03:34:16 pm
Scripts
Function map
Function map
1

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")
1
