Forum

> > CS2D > Scripts > teleport with spawnobject
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch teleport with spawnobject

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt teleport with spawnobject

iii
User Off Offline

Zitieren
I have a question with spawnobject.
how i have to set the parameter so that the blue port teleports a player too the blue one and the orange one too the orange

this is my script: but the player only went between the first red and the first blue. (3,3-3,9)
1
2
3
4
parse("spawnobject 22 3  3 0 0 0 0")
parse("spawnobject 22 11 9 0 0 0 0")
parse("spawnobject 23 3  9 0 0 0 0")
parse("spawnobject 23 11 3 0 0 0 0")

the spawnobjet parameters are: type,x,y,rot,mode,team,player

if there are any other ways without "setpos" pls tell me and sry for my bad english

Edit: i will make it with setpos, i think it is not possible to tele between blue/blue
1× editiert, zuletzt 25.06.13 22:45:20

alt Re: teleport with spawnobject

Alistaire
User Off Offline

Zitieren
I believe there's a limit to teleporters per player, of exactly one. This means that you'll either have to set the player on each of them, or that you'll have to fake teleporters by using cs2d cmd setpos.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht