Testing stuff
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user