if (team == "axis")
{
float X = 0;
float Y = 0;
float Z = 0;
X = 246;
Y = 1154;
Z = 441;
player.Call("setorigin",new Vector3(X,Y,Z));
}