Hide player's own blip
This commit is contained in:
@@ -848,6 +848,8 @@ function createPlayerBlip(client) {
|
|||||||
setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance);
|
setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance);
|
||||||
setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance);
|
setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance);
|
||||||
}
|
}
|
||||||
|
blip.defaultExistance = true;
|
||||||
|
blip.setExistsFor(client, false);
|
||||||
getPlayerData(client).playerBlip = blip;
|
getPlayerData(client).playerBlip = blip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user