Jump to content

Cuffs (Follow me)


Narko

Recommended Posts

  • 2 months later...
  • 7 months later...
mp.events.add('setFollow', function (toggle, entity) {  /// entity is the guy that player will follow him
    if (toggle) {
        if (entity && mp.players.exists(entity))
            localplayer.taskFollowToOffsetOf(entity.handle, 0, -1, 0, 1.0, -1, 1.0, true)
    }
    else
        localplayer.clearTasks();
});

this is my follow script. 

Link to comment
Share on other sites

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...