23.07.2015, 15:37 
	
	
	
		Use this command to teleport to the object:
	
	
	
	
Code:
CMD:tele(playerid,params[])
{
    SetPlayerPos(playerid, 3458,4132.7002000,-1846.4000000+5);
    SetPlayerInterior(playerid, /*object interior */);
    return 1;
}

