GTA V NativesgameplayGameplay::setThisScriptCanRemoveBlipsCreatedByAnyScriptOn this pageGameplay::setThisScriptCanRemoveBlipsCreatedByAnyScriptSyntax ```js mp.game.gameplay.setThisScriptCanRemoveBlipsCreatedByAnyScript(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also