Forum

> > CS2D > General > Fast building!
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Fast building!

4 replies
To the start Previous 1 Next To the start

old Fast building!

Kryss
User Off Offline

Quote
Hiho! I seraching script ,,fast building,,. where can I find it?

old Re: Fast building!

Starkkz
Moderator Off Offline

Quote
Use my own..
is better

1
2
3
4
5
6
7
addhook("buildattempt","fastbuild")
function fastbuild(id,type,x,y)
	if type < 20 then
		parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id)
		return 1
	end
end

old Re: Fast building!

Homer
User Off Offline

Quote
Hate to break it to you starkkz, but yours doesn't let the player lose money. And the other one is commented so that if they didn't want money on, they could just remove it, or change a boolean value.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview