Jump to content

Recommended Posts

Posted

This are not working in the 1.1 

if (logged) {

        
            if (!localPlayer.isInAnyVehicle(false) && !localPlayer.isDead()) {
                entity = getLookingAtEntity();
                //getNearestObjects();
                
            } else {
                entity = null;
            }

            if (entity != null) {
                mp.game.graphics.drawText("~w~[ ~g~M~w~ ]~n~~w~INTERAGIEREN", [entity.position.x, entity.position.y, entity.position.z], {
                    font: 4,
                    color: [255, 255, 255, 185],
                    scale: [0.4, 0.4],
                    outline: true
                });

            }

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...