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

RemoveIpl

Материал из RAGE MP Wiki Archive

Removes a given IPL.


void NAPI.World.RemoveIpl(string iplName);

Parameters

  • iplName: parameter input should be in string type

Example

<syntaxhighlight>

NAPI.World.RemoveIpl(string iplName);</syntaxhighlight>