Clear all blips first for dev fixblips cmd

This commit is contained in:
Vortrex
2022-02-13 19:35:02 -06:00
parent e046a319c2
commit 8d1f075357

View File

@@ -545,6 +545,10 @@ function streamAudioNameToAllPlayersCommand(command, params, client) {
// ===========================================================================
function fixAllServerBlipsCommand(command, params, client) {
deleteAllBusinessBlips();
deleteAllJobBlips();
deleteAllHouseBlips();
let blips = getElementsByType(ELEMENT_BLIP);
blips.forEach((blip) => {
deleteGameElement(blip);