Gameplay::setThisScriptCanRemoveBlipsCreatedByAnyScript
Syntax
mp.game.gameplay.setThisScriptCanRemoveBlipsCreatedByAnyScript(toggle);Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
// todomp.game.gameplay.setThisScriptCanRemoveBlipsCreatedByAnyScript(toggle);// todo