World::requireIpl: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | |||
This function require an IPL and sync it to every client. | |||
==Example== | ==Example== | ||
<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> | ||
==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)