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

RequestIpl

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

Loads a requested IPL.


void NAPI.World.RequestIpl(string iplName);

Parameters

  • iplName: parameter input should be in string type

Example

<syntaxhighlight lang="csharp"> NAPI.World.RequestIpl(iplName); </syntaxhighlight>