Skip to main content

Streaming::removeIpl

Removes an IPL from the map. IPL List: pastebin.com/pwkh0uRP

Example: C#: Function.Call(Hash.REMOVE_IPL, 'trevorstrailertidy');

C++: STREAMING::REMOVE_IPL('trevorstrailertidy');

iplName = Name of IPL you want to remove.

Syntax

```js mp.game.streaming.removeIpl(iplName); ```

Required Arguments

  • iplName: String

Return value

  • Undefined

Example

```js // todo ```

See also