Forum

> > CS2D > Scripts > Insta Teleport Entrance
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Insta Teleport Entrance

5 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Insta Teleport Entrance

X-Files
User Off Offline

Zitieren
anyone can help about how to start teleport as its builded ?
there is 2 sec delay and after you build a teleport and i want to remove it
like build and jump in without any waiting ?
thanks

alt Re: Insta Teleport Entrance

X-Files
User Off Offline

Zitieren
@user Hajt:

this doesnt remove delay after build u got
its only removing delay if player jump in entrance and next player can jump in without delay

what im asking is removing delay that after building the entrance

alt Re: Insta Teleport Entrance

Hajt
User Off Offline

Zitieren
Use Lua script:

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

alt Re: Insta Teleport Entrance

X-Files
User Off Offline

Zitieren
@user Hajt:

dude problem is not fast build...
THERE IS A DELAY AFTER U BUILD ENTRANCE
u cant JUMP INTO ENTRANCE
after u build it
thats the problem
i need to remove that delay
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht