World::requireIpl: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
'''Function''': Require an IPL and sync it to every client.
__NOTOC__
This function require an IPL and sync it to every client.


==Example==
==Example==
{{ServerSide}}
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
mp.world.requestIpl("gr_case10_bunkerclosed");
mp.world.requestIpl("gr_case10_bunkerclosed"); // THIS ADDS THE BUNKER ENTRANCE NEAR ZANCUDO. POSITION: (-3058.714, 3329.19, 12.5844)
</syntaxhighlight>
</syntaxhighlight>
This adds the bunker entrance near Zancudo. Position: (-3058.714, 3329.19, 12.5844)
 
==See Also==
{{World_definition}}

Revision as of 15:57, 29 January 2018

This function require an IPL and sync it to every client.

Example

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

See Also