Streaming::requestIpl: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Requests for the IPL to be loaded into the map | Requests for the IPL to be loaded into the map | ||
List of IPLs: | List of IPLs: http://pastebin.com/FyV5mMma or https://wiki.rage.mp/index.php?title=Interiors_and_Locations | ||
http://pastebin.com/FyV5mMma | |||
https://wiki.rage.mp/index.php?title=Interiors_and_Locations | |||
==Syntax== | ==Syntax== | ||
Revision as of 17:40, 1 April 2020
Requests for the IPL to be loaded into the map
List of IPLs: http://pastebin.com/FyV5mMma or https://wiki.rage.mp/index.php?title=Interiors_and_Locations
Syntax
mp.game.streaming.requestIpl(iplName);
Required Arguments
- iplName: String
Return value
- Undefined
Example
Loads the FIB interior so it can be accessed.
Client-Side
mp.game.streaming.requestIpl("FIBlobbyfake");