i would liek to know how to make a message display when you teleport.i am not teleporting using scripting so for simplicties sake i would liek to know a way without scrpiting but if scriptig is the only way pls tell me.
tnx--jazz
Display message when teleporting
Moderator: Moderators
-
Green Beret
- Major General
- Posts: 746
- Joined: Mon Apr 19, 2004 12:21 pm
- Contact:
Re: Display message when teleporting
if u were planning to do ur teleporting in a Multiplayer map, I'd strongly recommend to use some scripting (and some clips) to avoid telefragging.jaz_3450 wrote:i am not teleporting using scripting
-
mffpetergriffin
- Sergeant
- Posts: 64
- Joined: Sat Jan 26, 2008 4:53 pm
- Contact:
For the message:
local.trig message "blah blah" // msg center screen to player who triggered
Telefrag happens when there aren't enough spawnpoints, I think lol
But for the destination teleport, raise your destination's "z" by 200, the players will spawn a bit higher, then fall to the ground, making it almost impossible to get stuck.
local.trig message "blah blah" // msg center screen to player who triggered
Telefrag happens when there aren't enough spawnpoints, I think lol
But for the destination teleport, raise your destination's "z" by 200, the players will spawn a bit higher, then fall to the ground, making it almost impossible to get stuck.

