Start working on checkpoint display
This commit is contained in:
@@ -251,8 +251,10 @@ function processLabelRendering() {
|
|||||||
if(localPlayer != null) {
|
if(localPlayer != null) {
|
||||||
if(!areServerElementsSupported()) {
|
if(!areServerElementsSupported()) {
|
||||||
//for(let i in businesses) {
|
//for(let i in businesses) {
|
||||||
// if(pickups[i].getData("vrr.label.type") != null) {
|
// if(getDistance(localPlayer.position, businesses[i].entrancePosition) <= 75.0) {
|
||||||
// if(getDistance(localPlayer.position, pickups[i].position) <= renderLabelDistance) {
|
// natives.drawColouredCylinder(businesses[i].entrancePosition, 0.0, 0.0, 0, 153, 255);
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
// natives.getScreenViewportId
|
// natives.getScreenViewportId
|
||||||
// natives.getGameViewportId
|
// natives.getGameViewportId
|
||||||
|
|||||||
Reference in New Issue
Block a user