Wdoyle Posted December 15, 2020 Posted December 15, 2020 For loading without the native: https://github.com/wdoyle2/RageMP-Cayo-Island Just add require("./heistisland"); to your index.js Edit the island.js file to remove any unnecessary IPLs (Currently has all of them) 5
CXXY Posted December 16, 2020 Posted December 16, 2020 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?
Hasso_ Posted December 16, 2020 Posted December 16, 2020 (edited) How can I add the new weapons? Do you have to update something on the server, if so how. Edited December 16, 2020 by Hasso_
TeddHUN Posted December 21, 2020 Posted December 21, 2020 Annnd i want Los Santos and The Cayo Perico island at the same time on radar and on map? Can we make it? On fivem is it possible.
Wibes Posted December 21, 2020 Posted December 21, 2020 (edited) Anyone got hashes for new animations from Cayo Perico Heist (dance etc) ? Edited December 21, 2020 by Wibes
Shourya90 Posted December 27, 2020 Posted December 27, 2020 is the new vehicles are working on rage 1.1?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now