Narko Posted June 20, 2019 Posted June 20, 2019 Hello, help write a keystroke code that will force the nearest player to follow me, until I press this key again.
LT.Steiner Posted March 29, 2020 Posted March 29, 2020 I need drag someone when cuffed, i need it too.
attacking Posted March 30, 2020 Posted March 30, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now