World::requestIpl

From RAGE Multiplayer Wiki
Revision as of 09:18, 20 July 2020 by MrPancakers2 (talk | contribs) (Created page with "__TOC__ {{ServersideJsFunction}} This function will request an IPL and sync it to every client. {{JSContainer| == Syntax == <pre>mp.world.requestIpl(ipl);</pre> == Require...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Server-Side
Function

 JavaScript



This function will request an IPL and sync it to every client.

JavaScript Syntax

Syntax

mp.world.requestIpl(ipl);

Required Arguments

Example

Server-Side
mp.world.requestIpl("gr_case10_bunkerclosed"); // THIS ADDS THE BUNKER ENTRANCE NEAR ZANCUDO. POSITION: (-3058.714, 3329.19, 12.5844)


See Also