To remove the teleporter animation you have to override the one provided by quake3 arena. Create a shader(text) file in » defrag/scripts/teleshader.shader « with the following lines:
teleportEffect
{
cull none
{
blendFunc GL_ZERO GL_ONE
}
}
Thanks to FM