Jump to content

Recommended Posts

Posted

Hi.

I create mapping interior home and when i teleport - mapping still not load. Therefore i fall underground. How fix this?

  • 4 weeks later...
  • 2 weeks later...
Posted (edited)

Hello. Try it:
 

        mp.game.cam.doScreenFadeOut(0);
	mp.game.streaming.setFocusArea(*TELEPORT POSITION - X*, *TELEPORT POSITION - Y*, *TELEPORT POSITION - Z*, 0.0, 0.0, 0.0);	// Pre-load world;

        setTimeout(() => {
        	mp.game.cam.doScreenFadeIn(500);
		mp.game.invoke("0x31B73D1EA9F01DA2"); // DESTROY setFocusArea

		// TELEPORT METHOD //

        }, 1000); // Time can be changed

 

Edited by cheeck
  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...