Forum

> > CS2D > Scripts > Insta Teleport Entrance
Forums overviewCS2D overview Scripts overviewLog in to reply

English Insta Teleport Entrance

5 replies
To the start Previous 1 Next To the start

old Insta Teleport Entrance

X-Files
User Off Offline

Quote
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

old Re: Insta Teleport Entrance

X-Files
User Off Offline

Quote
@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

old Re: Insta Teleport Entrance

Hajt
User Off Offline

Quote
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

old Re: Insta Teleport Entrance

X-Files
User Off Offline

Quote
@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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview