Testing stuff

This commit is contained in:
Vortrex
2022-03-08 10:06:56 -06:00
parent d8539300c8
commit 3b8e2b9085

View File

@@ -250,11 +250,12 @@ function processLabelRendering() {
if(renderLabels && areWorldLabelsSupported()) { if(renderLabels && areWorldLabelsSupported()) {
if(localPlayer != null) { if(localPlayer != null) {
if(!areServerElementsSupported()) { if(!areServerElementsSupported()) {
//for(let i in businessBlips) { //for(let i in businesses) {
// if(pickups[i].getData("vrr.label.type") != null) { // if(pickups[i].getData("vrr.label.type") != null) {
// if(getDistance(localPlayer.position, pickups[i].position) <= renderLabelDistance) { // if(getDistance(localPlayer.position, pickups[i].position) <= renderLabelDistance) {
// natives.getScreenViewportId // natives.getScreenViewportId
// natives.getGameViewportId
// natives.getViewportPositionOfCoord // natives.getViewportPositionOfCoord
} else { } else {
let pickups = getElementsByType(ELEMENT_PICKUP); let pickups = getElementsByType(ELEMENT_PICKUP);