Narko Posted June 20, 2019 Share 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. Link to comment Share on other sites More sharing options...
Mr_Simple Posted August 24, 2019 Share Posted August 24, 2019 #push Link to comment Share on other sites More sharing options...
LT.Steiner Posted March 29, 2020 Share Posted March 29, 2020 I need drag someone when cuffed, i need it too. Link to comment Share on other sites More sharing options...
attacking Posted March 30, 2020 Share 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. Link to comment Share on other sites More sharing options...
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