Forum

> > CS2D > Scripts > Function map
Forums overviewCS2D overview Scripts overviewLog in to reply

English Function map

4 replies
To the start Previous 1 Next To the start

old Function map

Kinger_money
User Off Offline

Quote
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

old Re: Function map

XoOt
Super User Off Offline

Quote
Try to write down some sentences that describe what you want with that radom lua lines.
Looks like you just wanna share your crap right now.

old Re: Function map

AlcatrazZ
BANNED Off Offline

Quote
function ms(map)
	parse('hudtxt 0 "Map '..map..'" 6 424 0') 
end 

ms("de_dust")
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview