Forum

> > CS2D > General > Fast building!
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Fast building!

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Fast building!

Kryss
User Off Offline

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

alt Re: Fast building!

Starkkz
Moderator Off Offline

Zitieren
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

alt Re: Fast building!

Homer
User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht