Перейти к содержанию

Streaming::removeIpl

Материал из RAGE MP Wiki Archive
Версия от 03:32, 27 мая 2024; imported>Shr0x
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

<syntaxhighlight lang="javascript">mp.game.streaming.removeIpl(iplName);</syntaxhighlight>

Required Arguments

  • iplName: String

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also