Teleport to a predefined place in RAT. 7D2D server Problem

Tyrion

New Member
I have defined a valid location and coordinates in the RAT's teleport / misc and am trying to create an event that allows players with the required teleport level to use it. Any example of teleport please?
12821283
 

Trekkan

JFF Administrator
Staff member
In this case, you're "outside" of the RAT teleport system for an individual player. So you'd create a new event (leave that one alone, its for each persons individual teleports).

Conditional:
STARTSWITH:!coliseo

Script:
teleportplayer {player_steamid} {tele_coliseo}

Please check for errors, I'm at work so I could have a variable name off, etc.
Then when a player were to type !coliseo they should be teleported to the destination you've setup in the admin teleports.
 

Tyrion

New Member
In this case, you're "outside" of the RAT teleport system for an individual player. So you'd create a new event (leave that one alone, its for each persons individual teleports).

Conditional:
STARTSWITH:!coliseo

Script:
teleportplayer {player_steamid} {tele_coliseo}

Please check for errors, I'm at work so I could have a variable name off, etc.
Then when a player were to type !coliseo they should be teleported to the destination you've setup in the admin teleports.
Works! thank you very much, long time trying.
 
Top