Jump to content

Recommended Posts

Posted

I tested all interiors with ipls.

Game cant load many ipls.

Cayo Perico Island : https://gist.github.com/Seregamil/2c25d135d562a7c4537024a07221893f

Island Vault: https://gist.github.com/Seregamil/acc040010f79c83fc784dcb1a5484f17

Testing code:

let interior = mp.game.interior.getInteriorAtCoords(pos.x, pos.y, pos.z);

    ipls.forEach(x => {
        let attempt = 0; // if rm attempt's, game freeze
        while(!mp.game.streaming.isIplActive(x)) {
            mp.game.streaming.requestIpl(x);
            
        if(++attempt == 10) 
        	break;
            
        mp.game.graphics.notify("Err: Can't load ipl: " + x);
    	mp.events.callRemote("DEBUG", "Can't load ipl: " + x)
	}
});

mp.game.interior.refreshInterior(interior);

How i can solve this problem?

Posted (edited)

 

How can I add the new weapons? Do you have to update something on the server, if so how.

Edited by Hasso_

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...