Blip::addTextComponentSubstringName
Syntax
blip.addTextComponentSubstringName();
Returned Values
- Undefined
Example
Client-Side
let blip = mp.blips.at(0);
mp.game.ui.beginTextCommandSetBlipName("STRING");
mp.game.ui.addTextComponentSubstringPlayerName('TEST');
blip.endTextCommandSetName();
See Also
- Functions
- Properties