World::requireIpl: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "'''Function''': Require an IPL and sync it to every client. ==Example== {{ServerSide}} <syntaxhighlight lang="javascript"> mp.world.requestIpl("gr_case10_bunkerclosed"); </sy...")
 
mNo edit summary
Line 6: Line 6:
mp.world.requestIpl("gr_case10_bunkerclosed");
mp.world.requestIpl("gr_case10_bunkerclosed");
</syntaxhighlight>
</syntaxhighlight>
Add the bunker entrance near Zancudo. Position: (-3058.714, 3329.19, 12.5844)
This adds the bunker entrance near Zancudo. Position: (-3058.714, 3329.19, 12.5844)

Revision as of 20:34, 9 January 2018

Function: Require an IPL and sync it to every client.

Example

Server-Side

mp.world.requestIpl("gr_case10_bunkerclosed");

This adds the bunker entrance near Zancudo. Position: (-3058.714, 3329.19, 12.5844)